Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
6
import { useGlobalProperties } from
'@/hooks/useGlobalProperties'
;
7
8
interface SlotItem {
9
value: string;
10
[prop: string]: any;
11
}
12
13
const slotsTemp = {} as any;
14
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected