We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4dee6e commit 6e57855Copy full SHA for 6e57855
packages/tailwindcss-react-aria-components/src/index.d.ts
@@ -1,4 +1,4 @@
1
-declare function plugin(options?: Partial<{ className: string, target: 'modern' | 'legacy' }>): {
+declare function plugin(options?: Partial<{ prefix: string }>): {
2
handler: () => void
3
}
4
0 commit comments