UNPKG

@fefade/react

Version:

Reusable React UI components powered by the fefade core system.

7 lines (6 loc) 302 B
import { default as React } from 'react'; import { DrawerType } from '@fefade/core/types'; export interface Props extends React.HTMLAttributes<HTMLDivElement>, DrawerType { } declare const _default: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLDivElement>>; export default _default;