wix-style-react
Version:
wix-style-react
12 lines • 337 B
TypeScript
export namespace dataHooks {
let drivenOutChildren: string;
let onScreenChildrenContainer: string;
let onScreenChildrenContent: string;
let drivenInChildren: string;
let scrollBarGradient: string;
}
export namespace sidebarSkins {
let dark: string;
let light: string;
}
//# sourceMappingURL=constants.d.ts.map