fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
8 lines (7 loc) • 303 B
TypeScript
import React from 'react';
import { SegmentInlineProps } from './type';
declare const SegmentInline: {
({ as, className, content, children, ...props }: SegmentInlineProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
displayName: string;
};
export default SegmentInline;