UNPKG

choerodon-ui

Version:

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

11 lines (10 loc) 234 B
export { Size } from '../../../lib/_util/enum'; export declare enum WaitType { throttle = "throttle", debounce = "debounce" } export declare enum Tooltip { none = "none", always = "always", overflow = "overflow" }