UNPKG

shineout

Version:

Shein 前端组件库

13 lines (12 loc) 312 B
/// <reference types="react" /> import { DrawerProps } from './Props'; declare const Drawer: { (props: DrawerProps): JSX.Element; defaultProps: { position: string; width: string; }; displayName: string; Submit: typeof import("../Card/Props").Submit; }; export default Drawer;