UNPKG

@compositive/foundation

Version:

Compositive framework foundation package.

12 lines 658 B
import type { UnknownTheme } from "../theming"; import type { ThemedSxProp } from "./ThemedSxProp"; import { Style as StaticStyle } from "@compositive/primitives"; import type { ThemedStylePropertiesGenerator } from "./ThemedStyleProperties"; import type { ConvertibleToStyle } from "./ThemedSxProp"; export declare class ThemedStyle<T extends UnknownTheme> implements ConvertibleToStyle<T> { #private; static concat<T extends UnknownTheme>(...sxProps: ThemedSxProp<T>[]): ThemedSxProp<T>; constructor(themedStyleProperties: ThemedStylePropertiesGenerator<T>); toStaticStyle(theme: T): StaticStyle; } //# sourceMappingURL=ThemedStyle.d.ts.map