openpencil/packages/docs/programmable/sdk/api/components/property-grid.data.ts
Danila Poyarkov 0071c32544 feat(vue): add responsive property grids
- Add a headless PropertyGrid primitive with themed app composition

- Keep composite paint details full-width and show remove actions consistently

- Tighten color picker and Design-panel field sizing without clipping values
2026-07-26 12:42:50 +03:00

6 lines
203 B
TypeScript

import { defineComponentMetaLoader } from '#docs/sdk/component-meta'
const sources = ['packages/vue/src/primitives/PropertyGrid/PropertyGridRoot.vue']
export default defineComponentMetaLoader(sources)