import { ... } from '@ag.ds-next/react/a11y';Usage
A11y components can be imported via the a11y entrypoint in the @ag.ds-next/react package.
For example:
import { ... } from '@ag.ds-next/react/a11y';Props
| Prop | Type | Description |
|---|---|---|
| children | ReactNode |
ExternalLinkCallout Props
ExternalLinkCallout does not have any props.
Source
You can view the full source code for this package on Github.