@dialpad/dialtone
Version:
Dialpad's Dialtone design system monorepo
16 lines • 513 B
TypeScript
export const DT_STACK_DIRECTION: {
[x: string]: string;
};
export const DT_STACK_RESPONSIVE_BREAKPOINTS: string[];
export const DT_STACK_GAP: string[];
export const DT_STACK_ALIGN: string[];
export const DT_STACK_JUSTIFY: string[];
declare namespace _default {
export { DT_STACK_DIRECTION };
export { DT_STACK_RESPONSIVE_BREAKPOINTS };
export { DT_STACK_GAP };
export { DT_STACK_ALIGN };
export { DT_STACK_JUSTIFY };
}
export default _default;
//# sourceMappingURL=stack_constants.d.ts.map