mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(alert): slots & variantProps import (#4365)
This commit is contained in:
parent
9e8a656665
commit
5946e90335
5
.changeset/polite-dingos-call.md
Normal file
5
.changeset/polite-dingos-call.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@nextui-org/alert": patch
|
||||
---
|
||||
|
||||
fix alert slots & variantProps import (#4336)
|
||||
@ -1,9 +1,8 @@
|
||||
import type {ButtonProps} from "@nextui-org/button";
|
||||
import type {AlertSlots, AlertVariantProps, SlotsToClasses} from "@nextui-org/theme";
|
||||
|
||||
import {HTMLNextUIProps, mapPropsVariants, PropGetter} from "@nextui-org/system";
|
||||
import {AlertSlots, SlotsToClasses} from "@nextui-org/theme";
|
||||
import {filterDOMProps, ReactRef, useDOMRef} from "@nextui-org/react-utils";
|
||||
import {AlertVariantProps} from "@nextui-org/theme/src/components/alert";
|
||||
import {ReactNode, useCallback, useMemo} from "react";
|
||||
import {mergeProps} from "@react-aria/utils";
|
||||
import {alert} from "@nextui-org/theme";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user