@crossed/theme
Version:
unicons
16 lines • 377 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 xxs: 4;
readonly xs: 8;
readonly sm: 12;
readonly md: 16;
readonly lg: 24;
readonly xl: 32;
readonly xxl: 40;
};
//# sourceMappingURL=space.d.ts.map