Sanity Library Reference Docs
    Preparing search index...

    Interface DecorationMember

    Represents a decoration member for a form.

    interface DecorationMember {
        component: Element | ComponentType<{}>;
        key: string;
        kind: "decoration";
    }
    Index

    Properties

    Properties

    component: Element | ComponentType<{}>
    key: string
    kind: "decoration"