컨텐츠로 건너뛰기

lib/renderer/runtime

이 콘텐츠는 아직 해당 언어로 제공되지 않습니다.

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

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

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.