export default Listbox; type Listbox = { $on?(type: string, callback: (e: any) => void): () => void; $set?(props: Partial>): void; }; /** * A list widget with selectable options. The equivalent of the HTML `