UNPKG

260 BTypeScriptView Raw
1import React from 'react';
2import type { AppItemProps, AppListProps } from './types';
3export declare const DefaultContent: React.FC<{
4 appList?: AppListProps;
5 itemClick?: (item: AppItemProps) => void;
6 baseClassName: string;
7 hashId?: string;
8}>;