UNPKG

@pnp/cli-microsoft365

Version:

Manage Microsoft 365 and SharePoint Framework projects on any platform

10 lines 361 B
import { DependencyRule } from './DependencyRule.js'; export class FN002027_DEVDEP_fluentui_react extends DependencyRule { constructor(options) { super({ ...options, packageName: '@fluentui/react', isDevDep: true, isOptional: true }); } get id() { return 'FN002027'; } } //# sourceMappingURL=FN002027_DEVDEP_fluentui_react.js.map