UNPKG

zent

Version:

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

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