UNPKG

@design-systems/dev

Version:
13 lines 456 B
import { Plugin } from '@design-systems/plugin'; /** * A plugin to builds a component, any dependent component in the same * monorepo, and start a storybook for just the component. */ export default class DevPlugin implements Plugin { run(): Promise<void>; /** Watch dependant directories in the monorepo. */ private watchDeps; /** Build the code for all the needed repos. */ private buildDeps; } //# sourceMappingURL=index.d.ts.map