컨텐츠로 건너뛰기

lib/renderer/runtime

이 내용은 아직 번역본이 없습니다.

function importComponentsKeys(): Promise<Record<string, any>>

Defined in: studiocms/packages/studiocms/src/lib/renderer/runtime.ts:13

Imports components by their keys from the ‘studiocms:markdown-remark/user-components’ module.

Promise<Record<string, any>>

A promise that resolves to an object containing the imported components.

If any component fails to import, an error is thrown with a prefixed message.