- 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
8 lines
254 B
TypeScript
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'
|