UNPKG

botframework-webchat-component

Version:
9 lines 271 B
import React from 'react'; type ScreenReaderTextProps = { 'aria-hidden'?: boolean; id?: string; text: string; }; declare const _default: React.NamedExoticComponent<ScreenReaderTextProps>; export default _default; //# sourceMappingURL=ScreenReaderText.d.ts.map