openpencil/packages/docs/programmable/sdk/api/components/property-section.data.ts

13 lines
594 B
TypeScript
Raw Permalink Normal View History

import { defineComponentMetaLoader } from '#docs/sdk/component-meta'
const sources = [
'packages/vue/src/primitives/PropertySection/PropertySectionRoot.vue',
'packages/vue/src/primitives/PropertySection/PropertySectionHeader.vue',
'packages/vue/src/primitives/PropertySection/PropertySectionTitle.vue',
'packages/vue/src/primitives/PropertySection/PropertySectionActions.vue',
'packages/vue/src/primitives/PropertySection/PropertySectionContent.vue',
'packages/vue/src/primitives/PropertySection/PropertySectionEmptyAction.vue'
]
export default defineComponentMetaLoader(sources)