fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
8 lines (7 loc) • 310 B
TypeScript
/// <reference types="react" />
export type { FDivProps } from './Div';
export * from './type';
export declare const Div: import("react").ForwardRefExoticComponent<Pick<import("./Div").FDivProps & {
[key: string]: any;
}, string | number> & import("react").RefAttributes<HTMLElement>>;
export default Div;