import type { DType, Primitive } from '@h5web/shared'; export type ImageAttribute = 'CLASS' | 'IMAGE_SUBCLASS'; export type ValueFormatter = (val: Primitive) => string;