UNPKG

@chamn/engine

Version:
9 lines (8 loc) 262 B
import { SnippetsType } from '@chamn/model'; export type ListViewProps = { dataSource: { name: string; list: SnippetsType[]; }[]; }; export declare const ListView: (props: ListViewProps) => import("react/jsx-runtime").JSX.Element | null;