UNPKG

@nodegui/vue-nodegui

Version:

library to render native desktop applications using vue js

8 lines (7 loc) 257 B
import { WidgetConfig } from '../config'; import { VNComboBox, ComboBoxProps } from './VNComboBox'; declare class ComboBoxConfig implements WidgetConfig<ComboBoxProps> { parentNode: any; createElement(): VNComboBox; } export default ComboBoxConfig;