UNPKG

infinity-forge

Version:
13 lines (12 loc) 340 B
import { DynamicSectionProps, FileSystemType } from '../ui/index.js'; export interface IJsonContent { items: { id_input: string; number: number; text?: string; sufix?: string; prefix?: boolean; image?: FileSystemType[]; }[]; } export declare const dynamicCustom: DynamicSectionProps;