UNPKG

@codegouvfr/react-dsfr

Version:

French State Design System React integration library

4 lines (3 loc) 167 B
export function getAssetUrl(componentOrUrl: { src: string } | string): string { return typeof componentOrUrl === "string" ? componentOrUrl : componentOrUrl.src; }