- Add SDK-owned mixed constraint state, pin controls, and undo-aware updates - Apply Figma constraint modes recursively during frame resize previews and commits - Document and test the control, multi-selection behavior, and resize geometry
6 lines
194 B
TypeScript
6 lines
194 B
TypeScript
import { defineComponentMetaLoader } from '#docs/sdk/component-meta'
|
|
|
|
export default defineComponentMetaLoader([
|
|
'packages/vue/src/primitives/ConstraintsControl/ConstraintsControlRoot.vue'
|
|
])
|