import Vide from "@rbxts/vide" type can = T | (() => T) interface GraphProps { position?: can, size?: can, anchorpoint?: can, values: () => Path2DControlPoint[], } declare function graph(props: GraphProps): Vide.Node export = graph