fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
13 lines (12 loc) • 488 B
TypeScript
/// <reference types="react" />
import './style/index.js';
export * from './type';
export declare const Tab: {
({ as, className, type, segment, children, ...props }: import("./type").TabProps): JSX.Element;
displayName: string;
Pane: {
({ as, className, tab, active, children, ...props }: import("./type").TabPaneProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
displayName: string;
};
};
export default Tab;