UNPKG

vcc-ui

Version:

A React library for building user interfaces at Volvo Cars

13 lines (12 loc) 402 B
import { CurrentTheme, ExtendCSS } from '../../types/shared'; export declare const wrapperStyle: ExtendCSS; export declare const styles: ({ loading, isValid, theme, }: { loading: boolean; isValid: boolean; theme: CurrentTheme; }) => any; export declare const labelStyle: ({ isEmpty, isValid, theme, }: { isEmpty: boolean; isValid: boolean; theme: CurrentTheme; }) => ExtendCSS;