export default Toolbar; type Toolbar = { $on?(type: string, callback: (e: any) => void): () => void; $set?(props: Partial>): void; }; /** * A toolbar layout that can contain `