UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

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