UNPKG

@kobalte/core

Version:

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

7 lines (5 loc) 196 B
export const SPIN_BUTTON_INTL_TRANSLATIONS = { // Used for voice over when text value is empty empty: "Empty", }; export type SpinButtonIntlTranslations = typeof SPIN_BUTTON_INTL_TRANSLATIONS;