1 2 3 4 5 6
export interface Plugin { name: string; icon: JSX.Element; content?: JSX.Element; onDismount?(): void; }