UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

5 lines (4 loc) 216 B
/// <reference types="react" /> export * from './type'; export declare const Span: import("react").ForwardRefExoticComponent<import("./type").SpanProps & import("react").RefAttributes<unknown>>; export default Span;