components
import {...} from "@motion-canvas/2d/lib/components";
Classes
Bezier
Camera
Circle
Code
CubicBezier
Curve
Grid
Icon
Img
Knot
Latex
Layout
Line
Node
Path
Polygon
QuadBezier
Ray
Rect
SVG
Shape
Spline
Txt
Video
View2D
Interfaces
BezierOverlayInfo
CameraProps
CircleProps
CodeProps
CubicBezierProps
CurveProps
DrawHooks
DrawTokenHook
FunctionComponent
GridProps
IconProps
ImgProps
JSXProps
KnotProps
LatexProps
LayoutProps
LineProps
NodeConstructor
NodeProps
PathProps
PolygonProps
QuadBezierProps
RayProps
RectProps
SVGDocument
SVGDocumentData
SVGProps
SVGShape
SVGShapeData
ShapeProps
SplineProps
TxtProps
VideoProps
View2DProps
Type Aliases
ComponentChild
type ComponentChild = Nodeobjectstringnumberbigintbooleannullundefined
ComponentChildren
type ComponentChildren = ComponentChildComponentChild[]
KnotAuto
type KnotAuto = endHandle: numberstartHandle: number
KnotAutoSignal
Type Parameters
NodeChildren
NodeState
type NodeState = NodePropsRecordstringany
PossibleKnotAuto
type PossibleKnotAuto = KnotAutonumbernumbernumber
PropsOf
type PropsOfT = T extends NodeConstructorinfer P ? P : T extends FunctionComponentinfer P ? P : never