UNPKG

@builder.io/sdk-vue

Version:
7 lines (6 loc) 253 B
import type { ComponentInfo } from '../types/components'; export declare const createRegisterComponentMessage: (info: ComponentInfo) => { type: string; data: any; }; export declare function serializeIncludingFunctions(info: ComponentInfo): any;