UNPKG

@pollum-io/pegasys-components

Version:

Components for Pegays Protocol, the leading AMM on Syscoin NEVM.

11 lines (10 loc) 245 B
export declare type ToggleButtonsProps = { name?: string; /** id **/ id?: string; /** called when state change **/ onChange?: (value: any) => void; value?: any; size?: number; options: Array<string>; };