PanelSectionProps
Interface: PanelSectionProps
Defined in: src/components/Panel.ts:11
Properties
children?
optional children: ReactNode;
Defined in: src/components/Panel.ts:14
spinner?
optional spinner: boolean;
Defined in: src/components/Panel.ts:13
title?
optional title: string;
Defined in: src/components/Panel.ts:12