UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

12 lines (11 loc) 298 B
/// <reference types="react" /> import { ModalProps } from '../modal/Modal'; declare const ModalContext: import("react").Context<{ open: (props: ModalProps & { children: any; }) => void; location?: { pathname: string; } | undefined; }>; export default ModalContext;