welcome-ui
Version:
Customizable design system with react • styled-components • styled-system and ariakit.
6 lines (5 loc) • 348 B
TypeScript
import { FieldOptions } from '.';
export declare const getBaseType: (type: string) => string;
export declare const getVariant: ({ error, success, warning, }: Pick<FieldOptions, "error" | "success" | "warning">) => "danger" | "success" | "warning";
export declare const generateRandomId: () => string;
export declare const forwardedProps: string[];