UNPKG

@compositive/foundation

Version:

Compositive framework foundation package.

6 lines 428 B
import type { StyleProperties } from "@compositive/primitives"; import { Style } from "@compositive/primitives"; import type { UnknownTheme } from "../theming"; import type { ThemedStyleProperties } from "./ThemedStyleProperties"; export declare const createThemeSxProcessor: <T extends UnknownTheme>(theme: T) => (style: ThemedStyleProperties<T>) => Style | StyleProperties; //# sourceMappingURL=createThemeSxProcessor.d.ts.map