SonoscopeProviderProps
type SonoscopeProviderProps = | { children?: React.ReactNode; value: Sonoscope | null;} | UseSonoscopeOptions & object;Props for the SonoscopeProvider component.
Accepts either an existing Sonoscope instance as value or direct useSonoscope configuration options.