--- import Copy from "@/assets/copy.svg"; interface Props { colours: { text: string; border: string }; } const { colours } = Astro.props; --- .txt Copied!