UNPKG

@kobalte/core

Version:

Unstyled components and primitives for building accessible web apps and design systems with SolidJS.

10 lines (8 loc) 188 B
export const FILE_FIELD_INTL_TRANSLATIONS = { bytes: "Bytes", kb: "KB", mb: "MB", gb: "GB", tb: "TB", }; export type FileFieldIntlTranslations = typeof FILE_FIELD_INTL_TRANSLATIONS;