@teambit/workspace
Version:
8 lines (7 loc) • 436 B
TypeScript
import type { ComponentModel } from '@teambit/component';
import type { ComponentCardPluginType, PluginProps } from '@teambit/explorer.ui.component-card';
export declare function WorkspaceOverview(): import("react/jsx-runtime").JSX.Element;
export declare function useCardPlugins({ compModelsById, showPreview, }: {
compModelsById: Map<string, ComponentModel>;
showPreview?: boolean;
}): ComponentCardPluginType<PluginProps>[];