interface ToolbarChip {
    key: string;
    node: ReactNode;
}

Properties

Properties

key: string

A unique key to identify this chip

node: ReactNode

The ReactNode to display in the chip