UNPKG

@nodegui/vue-nodegui

Version:

library to render native desktop applications using vue js

8 lines (7 loc) 250 B
import { WidgetConfig } from '../config'; import { VNSpinBox, SpinBoxProps } from './VNSpinBox'; declare class SpinBoxConfig implements WidgetConfig<SpinBoxProps> { parentNode: any; createElement(): VNSpinBox; } export default SpinBoxConfig;