0.0.3 • Published 4 years ago

acs-types v0.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

ACS Type(definition)s

Type definitions shared across Aon's Cyber Solutions (ACS) Development team projects.

Installation

Run the following command.

npm i aon-types

Usage

import { aonColors } from 'aon-types';

const styles = {
  wrapper: {
    backgroundColor: aonColors.grayF
  },
  text: {
    color: aonColors.blue
  };
};

Contributing

Pull requests are only accepted from Aon's Cyber Solutions Development team members.

License

MIT

0.0.3

4 years ago

0.0.2

4 years ago