export default Button; type Button = { $on?(type: string, callback: (e: any) => void): () => void; $set?(props: Partial>): void; }; /** * A generic button widget based on the HTML `