UNPKG

@ant-design/pro-layout

Version:
9 lines (8 loc) 260 B
import React from 'react'; import type { AppItemProps, AppListProps } from './types'; export declare const DefaultContent: React.FC<{ appList?: AppListProps; itemClick?: (item: AppItemProps) => void; baseClassName: string; hashId?: string; }>;