acs-types
v0.0.3
Published
Type definitions shared between Aon's Cyber Solutions (ACS) Development team projects.
Readme
ACS Type(definition)s
Type definitions shared across Aon's Cyber Solutions (ACS) Development team projects.
Installation
Run the following command.
npm i aon-typesUsage
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.
