UNPKG

@nodegui/vue-nodegui

Version:

library to render native desktop applications using vue js

8 lines (7 loc) 278 B
import { VNRadioButton, RadioButtonProps } from './VNRadioButton'; import { WidgetConfig } from '../config'; declare class RadioButtonConfig implements WidgetConfig<RadioButtonProps> { parentNode: any; createElement(): VNRadioButton; } export default RadioButtonConfig;