UNPKG

krypton-vite-demo

Version:
4 lines (3 loc) 174 B
import { ChipProps } from "./types"; declare const Chip: import("react").MemoExoticComponent<({ children, color, ...props }: ChipProps) => JSX.Element>; export default Chip;