UNPKG

@lunalytics/ui

Version:

React based component library created to be used in Lunalytics

3 lines (2 loc) 172 B
import { GlobalProviderTheme } from '../types/provider/global.types'; export declare const setCSSVariables: (theme: Partial<GlobalProviderTheme>, prefix?: string) => void;