Files
2026-09-24 16:25:22 +08:00

4 lines
81 B
Plaintext

export type CHIDREN_ITEM = {
id:string,
ele:XStepsItemComponentPublicInstance
}