UNPKG

@brizy/media-gallery

Version:
6 lines (5 loc) 109 B
declare const _locale: unique symbol; export type Locale = string & { [_locale]: "Locale"; }; export {};