UNPKG

choerodon-ui

Version:

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

15 lines (14 loc) 419 B
import { ReactElement } from 'react'; export declare type Size = { x: number; y: number; width: number; height: number; position: string | null; }; export interface MouseDownProps { children: (child: ReactElement<any>, size?: Size) => ReactElement<any>; rippleChild: ReactElement<any>; } declare const _default: import("react").NamedExoticComponent<MouseDownProps>; export default _default;