@logicflow/dumi-theme-simple
Version:
Simple website theme based on dumi2.
15 lines (14 loc) • 375 B
TypeScript
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 {};