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.

7 lines (6 loc) 170 B
import type { ComputedRef, Ref } from 'vue'; export interface ButtonGroupInjection { disabled: ComputedRef<boolean>; size: Ref<string>; color: Ref<string>; }