MCPcopy Create free account
hub / github.com/stackblitz/bolt.new / ViewProps

Interface ViewProps

app/components/workbench/Workbench.client.tsx:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175});
176
177interface ViewProps extends HTMLMotionProps<'div'> {
178 children: JSX.Element;
179}
180
181const View = memo(({ children, ...props }: ViewProps) => {
182 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected