UNPKG

@thi.ng/imgui

Version:

Immediate mode GUI with flexible state handling & data only shape output

7 lines 323 B
import type { ComponentOpts } from "../api.js"; export interface IconButtonOpts extends ComponentOpts { icon: any; iconSize: [number, number]; } export declare const iconButton: ({ gui, layout, id, icon, iconSize: [iconW, iconH], label, info, }: IconButtonOpts) => boolean; //# sourceMappingURL=icon-button.d.ts.map