@cfxjs/react-ui
Version:
Modern and minimalist React UI library.
8 lines (7 loc) • 528 B
TypeScript
/// <reference types="react" />
import { CfxUIThemes } from '../styles/themes';
import { CombineProps } from './generate-picker/with-style';
export declare const animationStyle: JSX.Element;
export declare const generateSizeStyles: (prefix: string, theme: CfxUIThemes) => JSX.Element[];
export declare const generateVariantStyles: (prefix: string, theme: CfxUIThemes) => JSX.Element[];
export declare const generatePickerGlobalStyle: <DateType extends unknown>(theme: CfxUIThemes, props: CombineProps<DateType>) => JSX.Element;