This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
yp_web
/
AI-TALK-web
Suivre
14
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
35b258dd8d
Branches
Tags
main
AI-TALK-web
/
node_modules
/
element-plus
/
es
/
components
/
card
/
src
/
instance.d.ts
instance.d.ts
100 B
Historique
Raw
1
2
import type Card from './card.vue';
export type CardInstance = InstanceType<typeof Card> & unknown;