Files
nice-app-web/output.ts
focp212@naver.com 05238b04c1 첫 커밋
2025-09-05 15:36:48 +09:00

10 lines
206 B
TypeScript

// Generated by dts-bundle-generator v9.5.1
export declare const webBridge: {
href(url: string): Promise<void>;
push(url: string): Promise<void>;
};
export type WebBridge = typeof webBridge;
export {};