MCPcopy
hub / github.com/electric-sql/pglite / Props

Interface Props

packages/pglite-react/src/provider.tsx:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { PGliteWithLive } from '@electric-sql/pglite/live'
3
4interface Props<T extends PGliteWithLive> {
5 children?: React.ReactNode
6 db?: T
7}
8
9type PGliteProvider<T extends PGliteWithLive> = (
10 props: Props<T>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected