1
0
mirror of synced 2026-03-26 13:28:37 +08:00
Files
tmagic-editor/react-components/overlay/src/initValue.ts
2024-12-09 20:21:34 +08:00

12 lines
179 B
TypeScript

export default {
style: {
position: 'fixed',
width: '100%',
height: '100%',
top: 0,
left: 0,
backgroundColor: 'rgba(0, 0, 0, 0.8)',
},
items: [],
};