Chore: remove some dead code in experience-enhance-group (#24110)

Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
This commit is contained in:
Yongtao Huang
2025-08-18 16:51:43 +08:00
committed by GitHub
parent 4445460eca
commit ef5decc98a
3 changed files with 0 additions and 102 deletions

View File

@@ -101,14 +101,6 @@ export type SelectTypeFormItem = {
options: string[]
hide: boolean
}
export type ParagraphTypeFormItem = {
default: string
label: string
variable: string
required: boolean
hide: boolean
}
/**
* User Input Form Item
*/