UNPKG

@agendize/design-system

Version:
16 lines 381 B
export interface ChipsProperties { id?: string; title?: string; active?: boolean; iconLeft?: string; iconRight?: string; ariaLabel: string; } export declare class ChipsDefaultProperties implements ChipsProperties { ariaLabel: string; active: boolean; } export interface ChipsEmits { (e: 'select'): void; } //# sourceMappingURL=viewModel.d.ts.map