SYMBOL INDEX (28 symbols across 22 files) FILE: packages/gitmojis/src/index.d.ts type Gitmoji (line 2) | type Gitmoji = { FILE: packages/website/jest.config.js function jestConfig (line 5) | async function jestConfig() { FILE: packages/website/src/app/about/page.tsx function About (line 13) | function About() { FILE: packages/website/src/app/contributors/page.tsx type Contributor (line 13) | type Contributor = { type GitHubContributor (line 19) | type GitHubContributor = { function getContributors (line 26) | async function getContributors(): Promise { function Contributors (line 42) | async function Contributors() { FILE: packages/website/src/app/layout.tsx function RootLayout (line 66) | function RootLayout({ FILE: packages/website/src/app/page.tsx function Home (line 7) | function Home() { FILE: packages/website/src/app/related-tools/page.tsx function RelatedTools (line 108) | function RelatedTools() { FILE: packages/website/src/app/specification/page.tsx function Specification (line 13) | function Specification() { FILE: packages/website/src/components/Button/index.tsx type Props (line 4) | type Props = { target?: string; icon?: string; text: string; link: string } FILE: packages/website/src/components/ContributorsList/Contributor/index.tsx type Props (line 3) | type Props = { avatar: string; url: string } FILE: packages/website/src/components/ContributorsList/index.tsx type Props (line 3) | type Props = { FILE: packages/website/src/components/GitmojiList/Gitmoji/index.tsx type Props (line 4) | type Props = { FILE: packages/website/src/components/GitmojiList/SearchParamsSync.tsx type Props (line 6) | type Props = { function SearchParamsSync (line 15) | function SearchParamsSync({ FILE: packages/website/src/components/GitmojiList/Toolbar/ListModeSelector/index.tsx type Props (line 4) | type Props = { FILE: packages/website/src/components/GitmojiList/Toolbar/index.tsx type Props (line 11) | type Props = { FILE: packages/website/src/components/GitmojiList/hooks/useLocalStorage.tsx function useLocalStorage (line 3) | function useLocalStorage(key: string, defaultValue: T) { FILE: packages/website/src/components/GitmojiList/index.tsx type Props (line 14) | type Props = { FILE: packages/website/src/components/Icon/index.tsx type Props (line 4) | type Props = { name: string } FILE: packages/website/src/components/Layout/Hamburger/MenuLink/index.tsx type Props (line 8) | type Props = { href: string; text: string } FILE: packages/website/src/components/Layout/Header/Logo/Status/index.tsx constant LOGO_STATUSES (line 8) | const LOGO_STATUSES = { type EmojiLogoStatus (line 17) | type EmojiLogoStatus = keyof typeof LOGO_STATUSES | null type Props (line 19) | type Props = { status: EmojiLogoStatus } FILE: packages/website/src/components/Layout/Header/index.tsx type Props (line 5) | type Props = { withHeadline: boolean } FILE: packages/website/src/components/Layout/index.tsx type Props (line 6) | type Props = { children: React.ReactNode }