Typescript conversion.

This commit is contained in:
Mike Cao 2023-11-13 21:36:52 -08:00
parent 366ef35d3d
commit 8775d696b8
29 changed files with 74 additions and 57 deletions

View file

@ -6,7 +6,7 @@ import { ReactNode } from 'react';
export interface LinkButtonProps {
href: string;
className: string;
className?: string;
variant?: string;
scroll?: boolean;
children?: ReactNode;