UNPKG

@compositive/foundation

Version:

Compositive framework foundation package.

5 lines 311 B
import type { Length } from "../primitives"; import type { AnyTheme } from "./Theme"; export declare const units: (multiplier?: number) => <T extends AnyTheme>(theme: T) => Length; export declare const u: (multiplier?: number) => <T extends AnyTheme>(theme: T) => Length; //# sourceMappingURL=shortcuts.d.ts.map