shadcn-vue/packages/cli/test/utils/__fixtures__/props.ts

5 lines
51 B
TypeScript

export interface Props {
a: string
b: number
}