@types/react-kawaii
TypeScript icon, indicating that this package has built-in type declarations

0.17.3 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/react-kawaii

Weekly Downloads

2,063

Version

0.17.3

License

MIT

Unpacked Size

4.59 kB

Total Files

5

Last publish

Collaborators

  • types