UNPKG

@superset-ui/core

Version:
7 lines 261 B
import { TextStyle } from '../types'; export default function updateTextNode(node: SVGTextElement, { className, style, text, }?: { className?: string; style?: TextStyle; text?: string; }): SVGTextElement; //# sourceMappingURL=updateTextNode.d.ts.map