mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 16:04:04 +00:00
types(DropdownItem): add toggle method type
This commit is contained in:
5
types/dropdown-item.d.ts
vendored
Normal file
5
types/dropdown-item.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { VanComponent } from './component';
|
||||
|
||||
export class DropdownItem extends VanComponent {
|
||||
toggle(show?: boolean): void;
|
||||
}
|
Reference in New Issue
Block a user