UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

17 lines (16 loc) 866 B
/// <reference types="react" /> import './style/index.js'; export * from './type'; export declare const Segment: { ({ as, className, placeholder, raised, stacked, piled, color, secondary, content, children, ...props }: import("./type").SegmentProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; Inline: { ({ as, className, content, children, ...props }: import("./type").SegmentInlineProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; }; Group: { ({ as, className, basic, content, children, ...props }: import("./type").SegmentGroupProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; }; }; export default Segment;