UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

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