@fesjs/fes-design
Version:
fes-design for PC
17 lines (16 loc) • 452 B
TypeScript
export declare const COMPONENT_NAME: {
CASCADER: string;
CASCADER_MENU: string;
CASCADER_NODE: string;
};
export declare const CHECK_STRATEGY: {
readonly ALL: "all";
readonly PARENT: "parent";
readonly CHILD: "child";
};
export type CheckStrictly = (typeof CHECK_STRATEGY)[keyof typeof CHECK_STRATEGY];
export declare const ROOT_MENU_KEY = "root";
export declare const EXPAND_TRIGGER: {
CLICK: string;
HOVER: string;
};