Type Alias: TabsRootProps
TabsRootProps =
PropsWithChildren<Partial<{className:string;defaultValue:string;onValueChange: (value) =>void;value:string; }>>
Props accepted by the tabs root container.
TabsRootProps =
PropsWithChildren<Partial<{className:string;defaultValue:string;onValueChange: (value) =>void;value:string; }>>
Props accepted by the tabs root container.