UNPKG

@lunalytics/ui

Version:

React based component library created to be used in Lunalytics

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