fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
12 lines (11 loc) • 557 B
TypeScript
import React from 'react';
import { LabelProps } from './type';
declare const Label: {
({ as, className, content, image, tag, icon, circular, attached, empty, basic, inverted, size, color, children, ...props }: LabelProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
displayName: string;
Detail: {
({ as, className, content, children, ...props }: import("./type").LabelDetailProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
displayName: string;
};
};
export default Label;