UNPKG

@redocly/theme

Version:

Shared UI components lib

8 lines (7 loc) 271 B
import { JSX } from 'react'; import type { ListType } from '../../core/types'; interface CatalogEntitiesEmptyStateProps { listType?: ListType; } export declare function CatalogEntitiesEmptyState({ listType, }: CatalogEntitiesEmptyStateProps): JSX.Element; export {};