UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

10 lines (9 loc) 316 B
/// <reference types="react" /> import { DividerProps } from './type'; declare const Divider: { ({ as, className, ...props }: DividerProps): import("react").ReactElement<{ className: string; }, string | import("react").JSXElementConstructor<any>>; displayName: string; }; export default Divider;