TextProps
Ƭ TextProps: Span | Heading | Label | Paragraph | Div
Defined in
packages/components/src/text/text.tsx:59 (opens in a new tab)
Variables
FilterContext
• Const FilterContext: Context<undefined | SelectStore<Value>>
Defined in
packages/components/src/filter/filter-context.ts:5 (opens in a new tab)
Functions
AccessibleIcon
▸ AccessibleIcon(props): null | ReactElement<any, string | JSXElementConstructor<any>>
Makes icons accessible by adding a label
Parameters
| Name | Type |
|---|---|
props | AccessibleIconProps & RefAttributes<HTMLDivElement> |
Returns
null | ReactElement<any, string | JSXElementConstructor<any>>
Example
<AccessibleIcon>
<svg {...} />
</AccessibleIcon>Defined in
node_modules/.pnpm/@types+react@18.2.14/node_modules/@types/react/ts5.0/index.d.ts:355