export default SplitButton; type SplitButton = { $on?(type: string, callback: (e: any) => void): () => void; $set?(props: Partial>): void; }; /** * A combination of a normal `