UNPKG

velund

Version:

Модульная UI-система на Vite для полиглотных бэкендов

5 lines (4 loc) 158 B
declare const VelundRenderer: { render(component: string, context?: Record<string, any>, meta?: boolean): Promise<any>; }; export default VelundRenderer;