mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 08:37:23 +00:00
types: compatible with TSX #7076
This commit is contained in:
2
types/component.d.ts
vendored
2
types/component.d.ts
vendored
@@ -4,4 +4,6 @@ export class VanComponent {
|
|||||||
static name: string;
|
static name: string;
|
||||||
|
|
||||||
static install: (app: App) => any;
|
static install: (app: App) => any;
|
||||||
|
|
||||||
|
$props: Record<string, any>;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user