UNPKG

dumi

Version:

📖 Documentation Generator of React Component

6 lines (5 loc) • 98 B
import { type FC } from 'react'; declare const API: FC<{ id?: string; }>; export default API;