cohorta/node_modules/@tailwindcss/typography/src/index.d.ts
2025-12-19 19:26:16 +00:00

9 lines
203 B
TypeScript
Executable file

declare function plugin(options?: Partial<{ className: string; target: 'modern' | 'legacy' }>): {
handler: () => void
}
declare namespace plugin {
const __isOptionsFunction: true
}
export = plugin