Files
hospital-rescue-app-v2/uni_modules/tmx-ui/components/x-picker-view/interface.uts
T
2026-09-24 16:25:22 +08:00

9 lines
149 B
Plaintext

/**
* 项目结构
*/
export type X_PICKER_X_ITEM = {
id : string,
title : string,
children : X_PICKER_X_ITEM[],
disabled : boolean,
}