export { ternaryPlot } from "./ternaryPlot";
export { barycentric } from "./barycentric";
export { transformFromDomains, domainsFromTransform } from "./transform";
export type { Tick, Ticks, GridLines, AxisLabel, Barycentric, TernaryPlot, TextAnchor, } from "./types";
