UNPKG
jslib-nightly
Version:
latest (1.62.0-alpha.1)
1.62.0-alpha.1
1.46.0-alpha.587
SheerID JavaScript Library
developer.sheerid.com
jslib-nightly
/
src
/
components
/
ScreenReaderLabelComponent.d.ts
12 lines
(11 loc)
•
292 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
declare const ScreenReaderLabelComponent: { ({ children, labelId, labelText }: { children: JSX.Element | string; labelId: string; labelText?: string; }): JSX.Element; defaultProps: { labelText: any; }; }; export { ScreenReaderLabelComponent };