UNPKG

@tplc/wot

Version:

17 lines (16 loc) 410 B
import type { ExtractPropTypes } from 'vue' export declare const indexAnchorProps: { index: { type: (NumberConstructor | StringConstructor)[] required: true } customStyle: { type: import('vue').PropType<string> default: string } customClass: { type: import('vue').PropType<string> default: string } } export type IndexAnchorProps = ExtractPropTypes<typeof indexAnchorProps>