@wix/design-system
Version:
@wix/design-system
15 lines (12 loc) • 541 B
Markdown
### dataHook
- type: string
- description: Applies a data-hook HTML attribute that can be used in the tests
### className
- type: string
- description: Specifies a CSS class name to be appended to the component’s root element.
- internal
### ref
- type: null | string | (instance: LiveRegionRefType | null) => void | RefObject<LiveRegionRefType>
- description: Allows getting a ref to the component instance.
Once the component unmounts, React will set `ref.current` to `null`
(or call the ref with `null` if you passed a callback ref).