UNPKG

v-ingredients

Version:

Reusable Components

4 lines (3 loc) 153 B
import { ICheckboxItem } from '../interfaces/ICheckbox' export type TCheckboxValue = string | number; export type TCheckboxItem = string | ICheckboxItem