UNPKG

baseui

Version:

A React Component library implementing the Base design language

16 lines (15 loc) 314 B
export type FileUploaderLocale = { added: string; buttonText: string; contentMessage: string; error: string; processed: string; }; declare const locale: { added: string; buttonText: string; contentMessage: string; error: string; processed: string; }; export default locale;