UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

14 lines (13 loc) 409 B
import { BoxSizeStyles } from './defaults/themes.interface'; export declare const getSelectCustomStyle: (color: string, variant: keyof BoxSizeStyles) => { paddingRight: number; height: string; border: string; boxSizing: string; width: string; appearance: string; backgroundImage: string; backgroundPosition: string; backgroundSize: string; backgroundRepeat: string; };