Home > react-directus > DirectusImageRendererKeyed
Shape of the DirectusImage
component render
prop, with presetKey
prop.
Signature:
export type DirectusImageRendererKeyed = Omit<DirectusImagePropsKeyed, 'render'> & {
url?: string;
};
References: DirectusImagePropsKeyed