mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 01:17:15 +00:00
types(Checkbox): add toggle method type (#5354)
This commit is contained in:
5
types/checkbox-group.d.ts
vendored
Normal file
5
types/checkbox-group.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { VanComponent } from './component';
|
||||
|
||||
export class CheckboxGroup extends VanComponent {
|
||||
toggleAll(checked?: boolean): void;
|
||||
}
|
Reference in New Issue
Block a user