fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
23 lines (22 loc) • 997 B
TypeScript
/// <reference types="react" />
import './style/index.js';
export * from './type';
export declare const Header: {
({ as, className, content, sub, icon, disabled, dividing, block, inverted, floated, attached, textAlign, size, color, children, ...props }: import("./type").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;