UNPKG

@cnamts/vue-dot

Version:

Implementation of our Design System for the French Health Insurance

8 lines (6 loc) 133 B
export type SelectBtnValue = unknown; export interface SelectBtnItem { text: string; value: string | number; unique?: boolean; }