UNPKG

@bee-design/ui

Version:

Bee Design React UI Library.

6 lines (5 loc) 239 B
import React from 'react'; import { DrawerProps } from './interface'; declare const DrawerComponent: React.ForwardRefExoticComponent<DrawerProps & React.RefAttributes<unknown>>; export default DrawerComponent; export { DrawerProps };