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