UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

13 lines (12 loc) 640 B
/// <reference types="react" /> import './style/index.js'; export * from './type'; export declare const Label: { ({ as, className, content, image, tag, icon, circular, attached, empty, basic, inverted, size, color, children, ...props }: import("./type").LabelProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; Detail: { ({ as, className, content, children, ...props }: import("./type").LabelDetailProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; }; }; export default Label;