- Replace duplicated width and height binding branches with shared semantic fields - Switch edited Hug and Fill dimensions to Fixed in one reversible transaction - Add typed LayoutControls actions, documentation, and visual coverage
6 lines
186 B
TypeScript
6 lines
186 B
TypeScript
import { defineComponentMetaLoader } from '#docs/sdk/component-meta'
|
|
|
|
export default defineComponentMetaLoader([
|
|
'packages/vue/src/primitives/LayoutControls/LayoutControlsRoot.vue'
|
|
])
|