UNPKG

184 BJavaScriptView Raw
1import * as common from './color-common';
2export class Color extends common.Color {
3 get android() {
4 return this.argb >> 0;
5 }
6}
7//# sourceMappingURL=index.android.js.map
\No newline at end of file