mobile-more
Version:
基于 antd-mobile v5 扩展移动端 UI 组件
12 lines (11 loc) • 434 B
TypeScript
import BizCheckListPopup, { BizCheckListPopupProps } from './CheckListPopup';
/**
* @deprecated 即将废弃,请使用 `BizCheckListPopupProps` 替代。
*/
export type CheckListPopupProps = BizCheckListPopupProps;
/**
* @deprecated 即将废弃,请使用 `BizCheckListPopup` 替代。
*/
export declare const CheckListPopup: typeof BizCheckListPopup;
export type { BizCheckListPopupProps };
export default BizCheckListPopup;