UNPKG

choerodon-ui

Version:

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

19 lines (18 loc) 632 B
import { ReactNode } from 'react'; export declare class ChainsFunction extends Function { fn: Function; } export interface Globals { EVAL_SUPPORT?: boolean | undefined; STICKY_SUPPORT?: boolean | undefined; FLEX_SUPPORT?: boolean | undefined; CSS_ANIMATION_SUPPORT?: boolean | undefined; PLACEHOLDER_SUPPORT?: boolean | undefined; ROOT_STYLE?: CSSStyleDeclaration; SCROLL_BAR_WIDTH_VERTICAL?: number; SCROLL_BAR_WIDTH_HORIZONTAL?: number; DEFAULT_SPIN_INDICATOR?: ReactNode; FUNCTION_CHAINS_MAP?: WeakMap<Function, ChainsFunction>; } declare const global: Globals; export default global;