UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

9 lines (8 loc) 353 B
import { HTMLAttributes } from 'react'; import { DivProps } from './type'; export interface FDivProps extends DivProps, HTMLAttributes<HTMLElement> { } declare const _default: import("react").ForwardRefExoticComponent<Pick<FDivProps & { [key: string]: any; }, string | number> & import("react").RefAttributes<HTMLElement>>; export default _default;