UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

22 lines (21 loc) 960 B
/// <reference types="react" /> import { HeaderProps } from './type'; declare const Header: { ({ as, className, content, sub, icon, disabled, dividing, block, inverted, floated, attached, textAlign, size, color, children, ...props }: HeaderProps): import("react").ReactElement<{ className: string; }, string | import("react").JSXElementConstructor<any>>; displayName: string; Content: { ({ as, className, content, children, ...props }: import("./type").HeaderContentProps): import("react").ReactElement<{ className: string; }, string | import("react").JSXElementConstructor<any>>; displayName: string; }; Sub: { ({ as, className, content, children, ...props }: import("./type").HeaderSubProps): import("react").ReactElement<{ className: string; }, string | import("react").JSXElementConstructor<any>>; displayName: string; }; }; export default Header;