@arche-mc2/arche-controls
Version:
We know that there are a ton of react UI library projects to choose from. Our hope with this one is to provide the next generation of react components that you can use to bootstrap your next project, or as a reference for building a UIKit. Read on to get
16 lines (15 loc) • 745 B
TypeScript
import { NestedCSSProperties } from 'typestyle/lib/types';
import { IntentType } from 'theming/types';
export declare const convertDurationFromMsToSecond: (duration: number) => number;
export declare const getIntentColor: (intent: IntentType, theme: any) => {
fg: any;
bg: any;
};
export declare const getIntentStyle: (intent: IntentType, theme: any) => any;
export declare const getHoverColor: (hexaColor: string) => string;
export declare const toastTitleStyle: string;
export declare const buttonStyle: string;
export declare const wrapperToastCss: NestedCSSProperties;
export declare const unmount: string;
export declare const mount: string;
export declare const wrapperToastStyle: (isUnmounting: boolean) => string;