UNPKG

@greensight/gds

Version:
5 lines (4 loc) 309 B
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;