CustomResolver
Interface for a custom resolver function which can be used with the extractComponents function.
type CustomResolver = (content: Content, page: Page, extractComponents: ExtractComponents, customUtils: CustomResolvers, defaultUtils: DefaultUtils) => any;