UNPKG

@inkline/inkline

Version:

Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.

6 lines (5 loc) 231 B
import type { FormOption } from '@inkline/inkline/types'; export type CheckableButtonGroupVariant = 'default' | 'group'; export interface CheckableButtonGroupOption extends FormOption { buttonProps?: Record<string, unknown>; }