UNPKG

baseui

Version:

A React Component library implementing the Base design language

7 lines (6 loc) 530 B
import type { SharedPropsArg } from './types'; export declare function customOnRamp(color: string, unit?: string): string; export declare const Action: import("styletron-react").StyletronComponent<"span", SharedPropsArg>; export declare const StartEnhancerContainer: import("styletron-react").StyletronComponent<"div", SharedPropsArg>; export declare const Text: import("styletron-react").StyletronComponent<"span", SharedPropsArg>; export declare const Root: import("styletron-react").StyletronComponent<"span", SharedPropsArg>;