@wix/design-system
Version:
@wix/design-system
6 lines • 298 B
TypeScript
import React from 'react';
import { LiveRegionProps, LiveRegionRefType } from './LiveRegion.types';
/** LiveRegion */
declare const LiveRegion: React.ForwardRefExoticComponent<LiveRegionProps & React.RefAttributes<LiveRegionRefType>>;
export { LiveRegion };
//# sourceMappingURL=LiveRegion.d.ts.map