Files
LucasVbr/components/ImageComponent.ts
T
2023-05-06 14:01:38 +02:00

3 lines
105 B
TypeScript

const ImageComponent = (label: string, url: URL) => `![${label}](${url})`;
export default ImageComponent