Alokai

CustomResolver

Interface for a custom resolver function which can be used with the extractComponents function.

type CustomResolver = (content: Content, extractComponents: ExtractComponents, customUtils: CustomResolvers, defaultUtils: DefaultUtils) => any;

Referenced Types

On this page