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

0.6.2 • Public • Published

cirrus-types

This library is a type declaration of CSS class names in cirrus-ui.

Install

npm install -D @alker0/cirrus-types

Usage

import { Cirrus } from "@alker0/cirrus-types";

const col: Cirrus = 'col';

You can also use the type from global.

import { Cirrus as CirrusClasses } from "@alker0/cirrus-types";

declare global {
  type Cirrus = CirrusClasses;
}

License

MIT

Package Sidebar

Install

npm i @alker0/cirrus-types

Weekly Downloads

1

Version

0.6.2

License

MIT

Unpacked Size

22.4 kB

Total Files

4

Last publish

Collaborators

  • alker