Home > @uniformdev/design-system > TabButtonProps
TabButtonProps type
Signature:
type TabButtonProps<TTabName extends string = string> = Partial<TabProps> & {
id: TTabName;
children: React__default.ReactNode;
};
Home > @uniformdev/design-system > TabButtonProps
Signature:
type TabButtonProps<TTabName extends string = string> = Partial<TabProps> & {
id: TTabName;
children: React__default.ReactNode;
};