UNPKG

@nodegui/vue-nodegui

Version:

library to render native desktop applications using vue js

8 lines (7 loc) 243 B
import { VNButton, ButtonProps } from './VNButton'; import { WidgetConfig } from '../config'; declare class ButtonConfig implements WidgetConfig<ButtonProps> { parentNode: any; createElement(): VNButton; } export default ButtonConfig;