fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
11 lines (10 loc) • 352 B
TypeScript
/// <reference types="react" />
import './style/index.js';
export * from './type';
export declare const Divider: {
({ as, className, ...props }: import("./type").DividerProps): import("react").ReactElement<{
className: string;
}, string | import("react").JSXElementConstructor<any>>;
displayName: string;
};
export default Divider;