components
import {...} from "@revideo/2d/lib/components";
Classes
Audio
Bezier
Circle
Code
CubicBezier
Curve
Grid
Icon
Img
Knot
Latex
Layout
Line
Media
Node
Path
Polygon
QuadBezier
Ray
Rect
Rive
SVG
Shape
Spline
Txt
Video
View2D
Interfaces
BezierOverlayInfo
CircleProps
CodeProps
CubicBezierProps
CurveProps
DrawHooks
DrawTokenHook
FunctionComponent
GridProps
IconProps
ImgProps
JSXProps
KnotProps
LatexProps
LayoutProps
LineProps
MediaProps
NodeConstructor
NodeProps
PathProps
PolygonProps
QuadBezierProps
RayProps
RectProps
RiveProps
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