UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

10 lines (9 loc) 224 B
interface ExampleItem { id: `${string}-${string}`; title: string; text?: string; code: string; content: JSX.Element; } export declare function useDemo(exampleList: ExampleItem[]): JSX.Element; export {};