UNPKG

easycolors

Version:

Package that stores colors of the web and many popular css frameworks

9 lines (8 loc) 224 B
/** Material Common (Black and White) Colors */ export declare const black = "#000000"; export declare const white = "#ffffff"; declare const common: { black: string; white: string; }; export default common;