UNPKG

@department-of-veterans-affairs/mobile-component-library

Version:
9 lines (7 loc) 191 B
export type TextWithA11y = { /** Text to display */ text: string /** Accessibility override for text */ a11yLabel?: string } export type StringOrTextWithA11y = string | TextWithA11y