UNPKG

@kobalte/core

Version:

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

7 lines (5 loc) 177 B
export const DIALOG_INTL_TRANSLATIONS = { // `aria-label` of Dialog.CloseButton. dismiss: "Dismiss", }; export type DialogIntlTranslations = typeof DIALOG_INTL_TRANSLATIONS;