UNPKG

@oxidia/style-variance-authority

Version:
3 lines 217 B
import type { Config, ConfigSchema, Props, StyleValue } from "./types.js"; export default function sva<T extends ConfigSchema>(config?: Config<T>): (props?: Props<T>) => StyleValue; //# sourceMappingURL=index.d.ts.map