Skip to content
Snippets Groups Projects
Commit 179678d3 authored by Kasper Seweryn's avatar Kasper Seweryn :pancakes:
Browse files

fix: add missing type import

parent 9c81d16e
Branches
Tags
No related merge requests found
Pipeline #33889 passed
<script setup lang="ts">
import { useColorOrPastel } from '~/composables/colors'
import type { PastelProps } from '~/types/common-props'
const props = defineProps<PastelProps>()
const color = useColorOrPastel(() => props.color, 'blue')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment