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