From 77a3abb3a748cc5761dd9727461a9f9631dce1db Mon Sep 17 00:00:00 2001 From: Maharshi Alpesh Date: Tue, 4 Feb 2025 00:01:51 +0530 Subject: [PATCH] chore: removing the use of NextUIProps --- plop/component/src/use-{{componentName}}.ts.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plop/component/src/use-{{componentName}}.ts.hbs b/plop/component/src/use-{{componentName}}.ts.hbs index c22fc04fa1..a6b0d4317a 100644 --- a/plop/component/src/use-{{componentName}}.ts.hbs +++ b/plop/component/src/use-{{componentName}}.ts.hbs @@ -1,12 +1,12 @@ import type { {{capitalize componentName}}VariantProps } from "@heroui/theme"; -import {HTMLNextUIProps,mapPropsVariants} from "@heroui/system"; +import {HTMLHeroUIProps,mapPropsVariants} from "@heroui/system"; import { {{componentName}} } from "@heroui/theme"; import {ReactRef, useDOMRef} from "@heroui/react-utils"; import {objectToDeps} from "@heroui/shared-utils"; import {useMemo} from "react"; -interface Props extends HTMLNextUIProps<"div"> { +interface Props extends HTMLHeroUIProps<"div"> { /** * Ref to the DOM node. */