mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
14 lines
398 B
TypeScript
14 lines
398 B
TypeScript
import {
|
|
SelfQRcode,
|
|
SelfAppBuilder,
|
|
SelfQRcodeWrapper,
|
|
} from './components/SelfQRcode.js';
|
|
import type { SelfApp } from './components/SelfQRcode.js';
|
|
import { WebAppInfo } from './utils/websocket.js';
|
|
import { countries } from '@selfxyz/common/constants/countries';
|
|
|
|
export { SelfQRcodeWrapper, SelfQRcode, SelfAppBuilder, countries };
|
|
export type { SelfApp };
|
|
|
|
export type { WebAppInfo };
|