mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix: added missing ChipProps import (#2205)
This commit is contained in:
parent
d8b0ef528b
commit
d6b42f757a
@ -4,7 +4,7 @@ import {chip} from "@nextui-org/theme";
|
||||
import {Avatar} from "@nextui-org/avatar";
|
||||
import {CheckIcon} from "@nextui-org/shared-icons";
|
||||
|
||||
import {Chip} from "../src";
|
||||
import {Chip, ChipProps} from "../src";
|
||||
|
||||
export default {
|
||||
title: "Components/Chip",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user