UNPKG

383 BTypeScriptView Raw
1export type IndexAnchorThemeVars = {
2 indexAnchorZIndex?: number | string;
3 indexAnchorPadding?: string;
4 indexAnchorTextColor?: string;
5 indexAnchorFontWeight?: string;
6 indexAnchorFontSize?: string;
7 indexAnchorLineHeight?: number | string;
8 indexAnchorBackground?: string;
9 indexAnchorStickyTextColor?: string;
10 indexAnchorStickyBackground?: string;
11};