@dialpad/dialtone
Version:
Dialpad's Dialtone design system monorepo
11 lines • 368 B
TypeScript
export namespace ROOT_LAYOUT_SIDEBAR_POSITIONS {
let LEFT: string;
let RIGHT: string;
}
export const ROOT_LAYOUT_RESPONSIVE_BREAKPOINTS: (string | null)[];
declare namespace _default {
export { ROOT_LAYOUT_SIDEBAR_POSITIONS };
export { ROOT_LAYOUT_RESPONSIVE_BREAKPOINTS };
}
export default _default;
//# sourceMappingURL=root_layout_constants.d.ts.map