UNPKG

dumi

Version:

📖 Documentation Generator of React Component

8 lines (7 loc) • 267 B
import type { IApi } from 'umi'; /** * plugin for register the doc side-effects webpack plugin * to avoid tree-shaking for .umi & .dumi/theme directory if package.json has sideEffects: false */ declare const _default: (api: IApi) => void; export default _default;