UNPKG

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