UNPKG

@cmk/fe_utils

Version:
13 lines (11 loc) 341 B
import { Attribute } from '../../../types'; export declare const serializeAttributes: (attributes: Attribute[]) => { attr_value: unknown; element_id: string | null; template_id: string | null; attr_name: string; project_id: string; attr_id: string; component_id: string | null; viewport: string | null; }[];