UNPKG

@nodegui/vue-nodegui

Version:

library to render native desktop applications using vue js

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