@antv/g2
Version:
the Grammar of Graphics in Javascript
9 lines (8 loc) • 379 B
TypeScript
import { OverflowStrokeTransform } from '../spec';
import { LabelTransformComponent as LLC } from '../runtime';
export type OverflowStrokeOptions = Omit<OverflowStrokeTransform, 'type'>;
/**
* Reverse label stroke against label color.
* More about contract, see https://webaim.org/resources/contrastchecker/
*/
export declare const OverflowStroke: LLC<OverflowStrokeOptions>;