Interface CommandToolbarRefAttribute

interface CommandToolbarRefAttribute {
    ref?: Ref<HTMLDivElement>;
}

Properties

Properties

ref?: Ref<HTMLDivElement>