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