UNPKG

uiinfinity-components

Version:

Beautiful UI components with smooth animations and 3D effects

15 lines 393 B
import React from 'react'; interface RadioOption { value: string; label: string; } interface PulseRadioClusterProps { label: string; options: RadioOption[]; value?: string; onChange?: (value: string) => void; className?: string; } export declare const PulseRadioCluster: React.FC<PulseRadioClusterProps>; export {}; //# sourceMappingURL=pulse-radio-cluster.d.ts.map