/** * SSOT (Single Source of Truth) for all native modules * * All native modules are accessed through BrickModule for consistency. * This file re-exports all native module definitions for backward compatibility. */ export * from './spec/MiniAppModule.brick'; export * from './spec/TossCoreModule.brick'; export * from './spec/CommonModule.brick'; export * from './MiniAppModule/postMessage'; export * from './BedrockModule/commonModule';