UNPKG

@nodegui/vue-nodegui

Version:

library to render native desktop applications using vue js

8 lines (7 loc) 271 B
import { ScrollAreaProps, VNScrollArea } from './VNScrollArea'; import { WidgetConfig } from '../config'; declare class ScrollAreaConfig implements WidgetConfig<ScrollAreaProps> { parentNode: any; createElement(): VNScrollArea; } export default ScrollAreaConfig;