Merge branch 'master' into release/8.2.0

This commit is contained in:
Nathan Walker
2022-03-01 13:21:10 -08:00
committed by GitHub
3 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
import { CoreTypes } from '../../core-types';
import { Color } from '../../color';
import { LinearGradient as CSSLinearGradient } from '../../css/parser';
import type { LinearGradient as CSSLinearGradient } from '../../css/parser';
export interface ColorStop {
color: Color;