import React from 'react'; import { HelperTextProps } from '../'; export const HelperText = ({ children, isLiveRegion }: HelperTextProps) => ( <>
{`isLiveRegion: ${isLiveRegion}`}