export default Option; type Option = { $on?(type: string, callback: (e: any) => void): () => void; $set?(props: Partial>): void; }; /** * An option within the `` widget. The equivalent of the HTML `