UNPKG

@compositive/foundation

Version:

Compositive framework foundation package.

5 lines 413 B
import type { StyleProperties } from "@compositive/primitives"; import type { UnknownTheme } from "../theming"; import type { ThemedStylePropertiesGenerator } from "./ThemedStyleProperties"; export declare const resolveThemedStyleProperties: <T extends UnknownTheme>(themedStyleProperties: ThemedStylePropertiesGenerator<T>, theme: T) => StyleProperties; //# sourceMappingURL=resolveThemedStyleProperties.d.ts.map