UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

9 lines (8 loc) 250 B
import * as React from 'react'; export interface DrawerContextProps { pushDistance?: number | string; push: VoidFunction; pull: VoidFunction; } declare const DrawerContext: React.Context<DrawerContextProps>; export default DrawerContext;