Files
Modern-Password-Generator/node_modules/@tailwindcss/forms/src/index.d.ts

10 lines
183 B
TypeScript
Raw Normal View History

declare function plugin(options?: Partial<{ strategy: 'base' | 'class' }>): {
handler: () => void
}
declare namespace plugin {
const __isOptionsFunction: true
}
export = plugin