/** @type {{ clamp: typeof getClampValue, color: typeof color, space: typeof space, px: typeof toPx; }} */ export const value: { clamp: typeof getClampValue; color: typeof color; space: typeof space; px: typeof toPx; }; import { getClampValue } from "../mixins/values"; import { color } from "./colors"; import { space } from "../mixins/space"; import { toPx } from "../mixins/units"; //# sourceMappingURL=values.d.ts.map