UNPKG

realmap-vue

Version:

Wooritech map chart component library

6 lines 210 B
import { Component } from 'vue'; export type TemplateMap = Record<string, Component>; export interface TemplateContainerProps { templates: TemplateMap; } //# sourceMappingURL=TemplateContainerProps.d.ts.map