2 lines
173 B
TypeScript
2 lines
173 B
TypeScript
import { ChartsTextStyle } from "../ChartsText/index.js";
|
|
export declare function invertTextAnchor(textAnchor: ChartsTextStyle['textAnchor']): ChartsTextStyle['textAnchor']; |