Frame
Summary
Built-in component used to render nested frame content.
Signature
function Frame(handle: Handle<FrameProps, FrameHandle>): () => null;
Params
handle
Component handle for the frame instance.
Returns
A placeholder render function handled by the reconciler.