UNPKG

@logicflow/dumi-theme-simple

Version:
15 lines (14 loc) 375 B
import { ExampleTopic } from '../../types'; type APIProps = { isPlayground?: boolean; topic: string; example: string; demo: string; exampleTopics: ExampleTopic[]; language?: string; }; /** * API 预览 */ export declare const API: ({ exampleTopics, topic, example, demo, language, }: APIProps) => import("react/jsx-runtime").JSX.Element; export {};