UNPKG

@ray-js/smart-ui-typings

Version:

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

15 lines (14 loc) 327 B
import { VantComponent } from '../base'; export interface VantIndexAnchorProps { /** * 是否使用自定义内容的插槽 * * @default false */ useSlot?: boolean; /** * 索引字符 */ index?: string | number; } export type VantIndexAnchor = VantComponent<VantIndexAnchorProps>;