11 lines
234 B
TypeScript
11 lines
234 B
TypeScript
|
|
import type { ComponentDataType } from 'open-data-v/base'
|
||
|
|
import type { CanvasStyleData } from 'open-data-v/designer'
|
||
|
|
|
||
|
|
export interface kuwei_item {
|
||
|
|
id?: String
|
||
|
|
gRow?: number
|
||
|
|
gCol?: number
|
||
|
|
type?: String
|
||
|
|
item_code?: String
|
||
|
|
}
|