UNPKG

@excalidraw/excalidraw

Version:
12 lines (11 loc) 344 B
import type { JSX } from "react"; export declare const ButtonIconCycle: <T extends unknown>({ options, value, onChange, group, }: { options: { value: T; text: string; icon: JSX.Element; }[]; value: T | null; onChange: (value: T) => void; group: string; }) => import("react/jsx-runtime").JSX.Element;