Interface AriaToolbar<T>

interface AriaToolbar<T> {
    toolbarProps: HTMLAttributes<T>;
}

Type Parameters

  • T extends HTMLElement

Hierarchy (view full)

Properties

Properties

toolbarProps: HTMLAttributes<T>

Props to spread on the toolbar element.

Generated using TypeDoc