@cmk/fe_utils
Version:
frontend utility library
13 lines (11 loc) • 341 B
TypeScript
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;
}[];