Skip to content
Sheetwrite

Sheetwrite / Documentation

ToolbarIcon@sheetwrite/core

Text, DOM node, or node factory used as toolbar icon content.

Text, DOM node, or node factory used as toolbar icon content.

Declaration

export type ToolbarIcon = string | Node | (() => Node);