inital
This commit is contained in:
9
node_modules/@tailwindcss/typography/src/index.d.ts
generated
vendored
Normal file
9
node_modules/@tailwindcss/typography/src/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
declare function plugin(options?: Partial<{ className: string; target: 'modern' | 'legacy' }>): {
|
||||
handler: () => void
|
||||
}
|
||||
|
||||
declare namespace plugin {
|
||||
const __isOptionsFunction: true
|
||||
}
|
||||
|
||||
export = plugin
|
Reference in New Issue
Block a user