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)
      • (key): void
      • Parameters

        • key: string

        Returns void

Generated using TypeDoc