import type { PartytownConfig } from "@builder.io/partytown/integration"; import { partytownSnippet } from "@builder.io/partytown/integration"; /** * Props for ``, which extends the Partytown Config. * * https://github.com/BuilderIO/partytown#config * * @public */ export interface PartytownProps extends PartytownConfig {} /** * @public * You can pass setting with props */ export const QwikPartytown = (props: PartytownProps): any => { return