utils.ts 209 Bytes
Newer Older
贾浩@五瓣科技's avatar
贾浩@五瓣科技 committed
1 2 3 4 5 6 7 8 9
import type { MenuButton } from './types';

import { middot } from 'lib/html-entities';

export const menuButton: MenuButton = {
  id: null,
  title: `${ middot }${ middot }${ middot }`,
  component: null,
};