A helper for parsing wildcard attributes.
Select all aria-* attributes from props.
aria-*
Select all aria-* and data-* attributes from props.
data-*
Select all data-* attributes from props.
Generated using TypeDoc
A helper for parsing wildcard attributes.