UNPKG

@nodegui/vue-nodegui

Version:

library to render native desktop applications using vue js

5 lines (4 loc) 206 B
import { ValidNativeWidgets } from './nativeWidget'; import { WidgetConfig } from './config'; declare const getConfigByType: (type: ValidNativeWidgets) => WidgetConfig<any>; export default getConfigByType;