UNPKG

88 BTypeScriptView Raw
1export interface CheckboxChangeEventDetail<T = any> {
2 value: T;
3 checked: boolean;
4}