@greensight/gds
Version:
Greensight Design System
5 lines (4 loc) • 309 B
TypeScript
import { type ValueType } from '../../../types/scss/Layout';
export declare const colsTransform: ((value: ValueType) => ValueType) | undefined;
export declare const rowsTransform: ((value: ValueType) => ValueType) | undefined;
export declare const gapTransform: ((value: ValueType) => ValueType) | undefined;