UNPKG

react-aria-components

Version:

A library of styleable components built using React Aria

8 lines (5 loc) 198 B
import type {LocalizedString} from '@internationalized/string'; type PackageLocalizedStrings = { [packageName: string]: Record<string, LocalizedString> } export default PackageLocalizedStrings;