Files
self/sdk/qrcode/index.ts
turboblitz 51e2fc15fa Self sdk and playground (#210)
Co-authored-by: nicoshark <i.am.nicoshark@gmail.com>
2025-02-25 13:08:01 -07:00

8 lines
247 B
TypeScript

import SelfQRcodeWrapper, { SelfQRcode, SelfApp, SelfAppBuilder } from './SelfQRcode';
import { WebAppInfo } from './utils/websocket';
export default SelfQRcodeWrapper;
export { SelfQRcode, SelfApp, SelfAppBuilder };
export type { WebAppInfo };