Sanity Library Reference Docs
    Preparing search index...

    Interface ComplexElementPropsBeta

    interface ComplexElementProps {
        "aria-describedby": string;
        id: string;
        onBlur: FocusEventHandler;
        onFocus: FocusEventHandler;
        ref: MutableRefObject<any>;
    }
    Index

    Properties

    "aria-describedby": string
    id: string
    onBlur: FocusEventHandler
    onFocus: FocusEventHandler
    ref: MutableRefObject<any>