@crossed/theme
Version:
unicons
26 lines • 617 B
TypeScript
/**
* Copyright (c) Paymium.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root of this projects source tree.
*/
export declare const space: {
readonly none: 0;
readonly xxs: 2;
readonly xs: 4;
readonly sm: 6;
readonly md: 8;
readonly lg: 12;
readonly xl: 16;
readonly xxl: 20;
readonly '3xl': 24;
readonly '4xl': 32;
readonly '5xl': 40;
readonly '6xl': 48;
readonly '7xl': 64;
readonly '8xl': 80;
readonly '9xl': 96;
readonly '10xl': 128;
readonly '11xl': 160;
};
//# sourceMappingURL=space.d.ts.map