Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 465 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 465 Bytes

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