UNPKG

@morfeo/spec

Version:

![Morfeo logo](https://morfeo.dev/img/morfeo.png)

7 lines (6 loc) 287 B
import { ThemeKey } from './types'; type PropertiesMap<P extends readonly string[], T extends ThemeKey> = { [K in P[number]]: T; }; export declare function createPropertiesMap<P extends readonly string[], T extends ThemeKey>(properties: P, scale: T): PropertiesMap<P, T>; export {};