import { type JSONRefObject } from '../../data/JSONRefObject'; import { type UniBlockContent } from '../../UniBlock/UniBlockProps'; export interface StickyBottomMenuContent extends UniBlockContent { sticky?: JSONRefObject; }