/** * WebPosLogin 组件导出 * @description WebPOS 登录流程组件 */ export { default } from './WebPosLogin'; export { default as WebPosLogin } from './WebPosLogin'; export { default as BrandPanel } from './components/BrandPanel'; export { default as LoginPanel } from './components/LoginPanel'; export { default as SelectStore } from './components/SelectStore'; export { default as SelectDevice } from './components/SelectDevice'; export { default as UserFooter } from './components/UserFooter'; export type { WebPosLoginCptProps, StoreItem, DeviceItem, DeviceClient, UserInfo, BrandConfig, CarouselItem, LoginStep, LocaleType, BrandPanelProps, SelectStoreProps, SelectDeviceProps, UserFooterProps, } from './types';