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
type PanelDisposer = () => void;
Represents a function that disposes of a panel.
The PanelDisposer
type provides a function that, when called, disposes of the panel.
void