reablocks
Version:
Component library for React
16 lines (15 loc) • 365 B
TypeScript
export interface TextareaTheme {
base: string;
input: string;
fullWidth: string;
error: string;
disabled: string;
sizes: {
small: string;
medium: string;
large: string;
[key: string]: string;
};
}
export declare const textareaTheme: TextareaTheme;
export declare const legacyTextareaTheme: TextareaTheme;