mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
Typescript conversion.
This commit is contained in:
parent
366ef35d3d
commit
8775d696b8
29 changed files with 74 additions and 57 deletions
|
|
@ -6,7 +6,7 @@ import { ReactNode } from 'react';
|
|||
|
||||
export interface LinkButtonProps {
|
||||
href: string;
|
||||
className: string;
|
||||
className?: string;
|
||||
variant?: string;
|
||||
scroll?: boolean;
|
||||
children?: ReactNode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue