- 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
6 lines
203 B
TypeScript
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)
|