@compositive/foundation
Version:
Compositive framework foundation package.
6 lines • 409 B
TypeScript
import type { DependencyList } from "react";
import type { UnknownTheme } from "../theming";
import { ThemedStyle } from "./ThemedStyle";
import type { ThemedStyleProperties } from "./ThemedStyleProperties";
export declare const useThemedStyle: <T extends UnknownTheme = UnknownTheme>(rules: () => ThemedStyleProperties<T>, deps: DependencyList) => ThemedStyle<T>;
//# sourceMappingURL=useThemedStyle.d.ts.map