UNPKG

71 BTypeScriptView Raw
1export type StickyThemeVars = {
2 stickyZIndex?: number | string;
3};