Skip to content

Commit 6e57855

Browse files
authored
types(RAC): fix Tailwind plugin options type (#6515)
1 parent a4dee6e commit 6e57855

File tree

1 file changed

+1
-1
lines changed
  • packages/tailwindcss-react-aria-components/src

1 file changed

+1
-1
lines changed

packages/tailwindcss-react-aria-components/src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
declare function plugin(options?: Partial<{ className: string, target: 'modern' | 'legacy' }>): {
1+
declare function plugin(options?: Partial<{ prefix: string }>): {
22
handler: () => void
33
}
44

0 commit comments

Comments
 (0)