fix: added missing ChipProps import (#2205)

This commit is contained in:
nitipat.rstw 2024-03-04 08:16:08 +11:00 committed by GitHub
parent d8b0ef528b
commit d6b42f757a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",