Aller au contenu

lib/renderer/runtime

Ce contenu n’est pas encore disponible dans votre langue.

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.