UNPKG

zent

Version:

一套前端设计语言和基于React的实现

5 lines (4 loc) 146 B
/// <reference types="react" /> import { DrawerProps } from './types'; export declare const Drawer: React.FC<DrawerProps>; export default Drawer;