source: trip-planner-front/node_modules/colord/constants.d.ts@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 358 bytes
Line 
1/**
2 * We used to work with 2 digits after the decimal point, but it wasn't accurate enough,
3 * so the library produced colors that were perceived differently.
4 */
5export declare const ALPHA_PRECISION = 3;
6/**
7 * Valid CSS <angle> units.
8 * https://developer.mozilla.org/en-US/docs/Web/CSS/angle
9 */
10export declare const ANGLE_UNITS: Record<string, number>;
Note: See TracBrowser for help on using the repository browser.