3 lines
173 B
TypeScript
3 lines
173 B
TypeScript
export { ChartsText } from "./ChartsText.js";
|
|
export type { ChartsTextProps } from "./ChartsText.js";
|
|
export type { ChartsTextStyle } from "../internals/getWordsByLines.js"; |