UNPKG

vcc-ui

Version:

A React library for building user interfaces at Volvo Cars

8 lines (7 loc) 227 B
import { ExtendCSS } from '../../types/shared'; export declare const checkboxStyle: ({ isValid }: { isValid: boolean; }) => ExtendCSS; export declare const labelStyle: ({ isValid }: { isValid: boolean; }) => ExtendCSS;