UNPKG

@kobalte/core

Version:

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

7 lines (5 loc) 181 B
export const POPOVER_INTL_TRANSLATIONS = { // `aria-label` of Popover.CloseButton. dismiss: "Dismiss", }; export type PopoverIntlTranslations = typeof POPOVER_INTL_TRANSLATIONS;