UNPKG

npaw-plugin-nwf

Version:
14 lines (13 loc) 282 B
export default class NpawPluginOptions { /** * Fast Data server host * Default: 'lma.npaw.com' */ host?: string | undefined; components?: any; /** * Object that contains the legacy NPAW plugin */ legacyPlugin?: any; constructor(); }