UNPKG

tweak-tools

Version:

Tweak your React projects until awesomeness

8 lines (7 loc) 261 B
import type { ButtonGroupInput, ButtonGroupInputOpts } from '../types'; /** * * @param name button name * @param onClick function that executes when the button is clicked */ export declare function buttonGroup(opts: ButtonGroupInputOpts): ButtonGroupInput;