import type { Mastodon } from "megalodon"; import type { Emoji } from "~/types/mastodon/emoji"; export const useCustomEmojis = (client: MaybeRef) => { // Cache in localStorage return useLocalStorage("lysand:custom_emojis", []); };