Search
Loading...
Skip to content

Type Alias: PanelDisposer

type PanelDisposer = () => void;

Represents a function that disposes of a panel.

The PanelDisposer type provides a function that, when called, disposes of the panel.

Returns#

void