openpencil/packages/vue/src/primitives/PropertyGrid/index.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

8 lines
254 B
TypeScript

export { default as PropertyGridRoot } from '#vue/primitives/PropertyGrid/PropertyGridRoot.vue'
export type {
PropertyGridColumns,
PropertyGridDistribution,
PropertyGridRootProps,
PropertyGridRootSlots
} from '#vue/primitives/PropertyGrid/types'