a tool for shared writing and social publishing
at 61ea31ca62ad8733b7c831bc3f4e2d786e01b056 5 lines 196 B view raw
1import { useHasBackgroundImageContext } from "components/ThemeManager/ThemeProvider"; 2 3export function useHasBackgroundImage(entityID?: string | null) { 4 return useHasBackgroundImageContext(); 5}