UNPKG

@vonage/vivid-react

Version:

Vivid wrapped for easy React usage & IDE autocomplete support & typescript typings

17 lines (15 loc) 589 B
import React, { ReactNode } from 'react'; /** VwcHostSemanticsBehavior * For more info on this Vivid element please visit https://vivid.deno.dev/components/host-semantics-behavior */ declare const VwcHostSemanticsBehavior: { (props: { children?: ReactNode; slot?: string | undefined; id?: string | undefined; style?: React.CSSProperties | undefined; ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined; }): JSX.Element; displayName: string; }; export default VwcHostSemanticsBehavior;