Installation
npm install --save @types/react-kawaii
Summary
This package contains type definitions for react-kawaii (https://github.com/miukimiu/react-kawaii).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-kawaii.
index.d.ts
import * as React from "react";
export type KawaiiMood =
| "sad"
| "shocked"
| "happy"
| "blissful"
| "lovestruck"
| "excited"
| "ko";
export interface KawaiiProps {
size?: number | undefined;
color?: string | undefined;
mood?: KawaiiMood | undefined;
}
export const SpeechBubble: React.ComponentType<KawaiiProps>;
export const Mug: React.ComponentType<KawaiiProps>;
export const Browser: React.ComponentType<KawaiiProps>;
export const Ghost: React.ComponentType<KawaiiProps>;
export const Cat: React.ComponentType<KawaiiProps>;
export const IceCream: React.ComponentType<KawaiiProps>;
export const CreditCard: React.ComponentType<KawaiiProps>;
export const File: React.ComponentType<KawaiiProps>;
export const Backpack: React.ComponentType<KawaiiProps>;
export const Planet: React.ComponentType<KawaiiProps>;
export const Chocolate: React.ComponentType<KawaiiProps>;
export const Folder: React.ComponentType<KawaiiProps>;
Additional Details
- Last updated: Tue, 07 Nov 2023 09:09:39 GMT
- Dependencies: @types/react
Credits
These definitions were written by Zhang Yi Jiang.