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
commit ef5decc98a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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
*/