Type alias JumboTabsProps
JumboTabsProps: {
activeKey?: string | null;
children?: ReactNode;
defaultActiveKey?: string | null;
onChange?: ((key) => void);
} & NativeProps
Type declaration
Optional activeKey?: string | null
Optional children?: ReactNode
Optional defaultActiveKey?: string | null
Optional onChange?: ((key) => void)