UNPKG

@ray-js/smart-ui-typings

Version:

@ray-js/smart-ui 智能小程序 UI 框架的类型声明文件

11 lines (10 loc) 286 B
import { VantComponent } from '../base'; export interface VantGoodsActionProps { /** * 是否为 `iPhoneX` 留出底部安全距离 * * @default true */ 'safe-area-inset-bottom'?: boolean; } export type VantGoodsAction = VantComponent<VantGoodsActionProps>;