UNPKG

@protorians/widgets

Version:

Create your web user interfaces with widgets

9 lines (8 loc) 191 B
export type IPluginCommand = 'serve' | 'build'; export type IPluginOptions = { root?: string; types?: string; serveDir?: string; buildDir?: string; assetsDir?: string; };