UNPKG

dumi

Version:

📖 Documentation Generator of React Component

6 lines (5 loc) • 125 B
import type { INavItems } from './types'; /** * hook for get nav data */ export declare const useNavData: () => INavItems;