vant
Version:
Mobile UI Components built on Vue
12 lines (11 loc) • 383 B
TypeScript
export type IndexAnchorThemeVars = {
indexAnchorZIndex?: number | string;
indexAnchorPadding?: string;
indexAnchorTextColor?: string;
indexAnchorFontWeight?: string;
indexAnchorFontSize?: string;
indexAnchorLineHeight?: number | string;
indexAnchorBackground?: string;
indexAnchorStickyTextColor?: string;
indexAnchorStickyBackground?: string;
};