UNPKG

dumi

Version:

📖 Documentation Generator of React Component

5 lines (4 loc) • 174 B
import type { IPreviewerProps } from 'dumi'; import { type FC } from 'react'; declare const PreviewerActionsExtra: FC<IPreviewerProps>; export default PreviewerActionsExtra;