MCPcopy
hub / github.com/buqiyuan/vite-vue3-lowcode / SlotItem

Interface SlotItem

src/packages/container-component/layout/index.tsx:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { useGlobalProperties } from '@/hooks/useGlobalProperties';
7
8interface SlotItem {
9 value: string;
10 [prop: string]: any;
11}
12
13const slotsTemp = {} as any;
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected