react-directus

Home > react-directus > DirectusImageRendererKeyed

DirectusImageRendererKeyed type

Shape of the DirectusImage component render prop, with presetKey prop.

Signature:

export type DirectusImageRendererKeyed = Omit<DirectusImagePropsKeyed, 'render'> & {
    url?: string;
};

References: DirectusImagePropsKeyed