UNPKG

247 BTypeScriptView Raw
1export type BackTopThemeVars = {
2 backTopSize?: string;
3 backTopRight?: string;
4 backTopBottom?: string;
5 backTopZIndex?: number | string;
6 backTopIconSize?: string;
7 backTopTextColor?: string;
8 backTopBackground?: string;
9};