Home > @uniformdev/design-system > TabContentProps

TabContentProps type

Signature:

type TabContentProps<TTabName extends string = string> = Partial<TabPanelProps> & {
    tabId?: TTabName;
    children: React__default.ReactNode;
};