UNPKG

wix-style-react

Version:
6 lines 302 B
import React from 'react'; import { LiveRegionProps, LiveRegionRefType } from './LiveRegion.types'; /** LiveRegion */ declare const LiveRegion: React.ForwardRefExoticComponent<LiveRegionProps & React.RefAttributes<LiveRegionRefType>>; export default LiveRegion; //# sourceMappingURL=LiveRegion.d.ts.map