forked from emre/www_projectmycelium_com
fixed build errors
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
"use client";
|
||||
import { cn } from "@/lib/utils";
|
||||
import React, { ReactNode } from "react";
|
||||
import type { CSSProperties, HTMLProps, ReactNode } from "react";
|
||||
|
||||
interface AuroraBackgroundProps extends React.HTMLProps<HTMLDivElement> {
|
||||
interface AuroraBackgroundProps extends HTMLProps<HTMLDivElement> {
|
||||
children: ReactNode;
|
||||
showRadialGradient?: boolean;
|
||||
}
|
||||
@@ -44,7 +44,7 @@ export const AuroraBackground = ({
|
||||
"--black": "#000",
|
||||
"--white": "#fff",
|
||||
"--transparent": "transparent",
|
||||
} as React.CSSProperties
|
||||
} as CSSProperties
|
||||
}
|
||||
>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user