mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-31 04:07:56 +01:00
chore: ignore as from radix props fields
This commit is contained in:
@@ -26,7 +26,7 @@ export interface AccordionProps<T> extends Omit<AccordionRootProps, 'asChild' |
|
||||
*/
|
||||
trailingIcon?: string
|
||||
/** The content of the accordion. */
|
||||
content?: Omit<AccordionContentProps, 'asChild'>
|
||||
content?: Omit<AccordionContentProps, 'as' | 'asChild'>
|
||||
class?: any
|
||||
ui?: Partial<typeof accordion.slots>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user