wix-style-react
Version:
wix-style-react
20 lines • 569 B
TypeScript
export namespace dataHooks {
let chevronRight: string;
let sidebarItem: string;
let submenu: string;
let submenuPopover: string;
let suffix: string;
let divider: string;
let sidebarTitleItem: string;
}
export namespace ExpandCollapseTriggers {
let click: string;
let select: string;
}
export namespace SIDEBAR_SUBMENU_ANIMATION_TYPES {
let OPENING: string;
let CLOSING: string;
let CLOSED: string;
}
export function getCompoundDataHook(baseDataHook: any, nestedDataHook: any): any;
//# sourceMappingURL=constants.d.ts.map