UNPKG

tdesign-react

Version:
11 lines (10 loc) 406 B
import React from 'react'; import { TdDrawerProps, DrawerEventSource } from './type'; import { StyledProps } from '../common'; export declare const CloseTriggerType: { [key: string]: DrawerEventSource; }; export interface DrawerProps extends TdDrawerProps, StyledProps { } declare const Drawer: React.ForwardRefExoticComponent<DrawerProps & React.RefAttributes<HTMLDivElement>>; export default Drawer;