SYMBOL INDEX (41 symbols across 31 files) FILE: components/Navbar.tsx type Props (line 7) | type Props = {}; FILE: components/common/HeadTags.tsx type HeadTagsProps (line 4) | type HeadTagsProps = { FILE: components/common/UserMenu.tsx type UserMenuProps (line 17) | type UserMenuProps = { FILE: components/dashboard/Sidebar/PostRow.tsx type PostRowProps (line 9) | type PostRowProps = { FILE: components/dashboard/Sidebar/ThemeChanger.tsx function ThemeChanger (line 4) | function ThemeChanger() { FILE: components/dashboard/Sidebar/index.tsx type SidebarProps (line 21) | interface SidebarProps { FILE: components/dashboard/TextArea/EditorButtons.tsx type EditorButtonsProps (line 24) | type EditorButtonsProps = { FILE: components/dashboard/TextArea/LinkPreview.tsx type Commands (line 65) | interface Commands { method addAttributes (line 81) | addAttributes() { method parseHTML (line 89) | parseHTML() { method renderHTML (line 93) | renderHTML({ HTMLAttributes }) { method addNodeView (line 100) | addNodeView() { method addCommands (line 104) | addCommands() { FILE: components/dashboard/TextArea/PostButtons.tsx type PostButtonsProps (line 23) | type PostButtonsProps = { FILE: components/dashboard/TextArea/index.tsx type TextAreaProps (line 33) | type TextAreaProps = { FILE: components/home/FeatureCard.tsx type FeatureCardProps (line 3) | type FeatureCardProps = { FILE: components/hooks/UsePaginateQuery.ts function fetchQuery (line 26) | async function fetchQuery() { FILE: components/hooks/useNotes.ts type UseNotesProps (line 21) | type UseNotesProps = { FILE: components/hooks/usePublicNotes.ts type UseNotesProps (line 5) | type UseNotesProps = { FILE: components/ui/Badge.tsx type BadgeProps (line 3) | type BadgeProps = { FILE: components/ui/BetaBadge.tsx type BetaBadgeProps (line 3) | type BetaBadgeProps = { FILE: components/ui/Button.tsx type ButtonProps (line 3) | interface ButtonProps { FILE: components/ui/IconButton.tsx type IconButtonProps (line 3) | type IconButtonProps = { FILE: components/ui/Modal.tsx type ModalProps (line 5) | interface ModalProps { FILE: components/ui/Popover.tsx type PopoverProps (line 4) | type PopoverProps = { function Popover (line 12) | function Popover({ FILE: components/ui/Toggle.tsx type ToggleProps (line 4) | type ToggleProps = { function Toggle (line 10) | function Toggle({ FILE: components/ui/WritedownEditor.tsx type editorProps (line 7) | interface editorProps { FILE: constants/feature-flags.ts constant FEATURE_FLAGS (line 1) | const FEATURE_FLAGS = { FILE: pages/[username]/posts/[postId].tsx type Props (line 18) | interface Props {} FILE: pages/_app.tsx function MyApp (line 18) | function MyApp({ Component, pageProps }: AppProps) { FILE: pages/api/link-preview.ts function handler (line 4) | async function handler( FILE: pages/api/og.tsx function handler (line 8) | function handler(request: NextRequest, res: NextResponse) { FILE: pages/not-found.tsx type Props (line 3) | type Props = {}; FILE: stores/postDataAtom.ts type SelectedNote (line 3) | type SelectedNote = { FILE: types/components/firebase-hooks.d.ts type IFirebaseAuth (line 3) | interface IFirebaseAuth { FILE: types/utils/firebaseOperations.d.ts type NoteDocument (line 1) | type NoteDocument = { type PublicNoteDocument (line 13) | type PublicNoteDocument = { type UserDocument (line 17) | type UserDocument = { type UserPrivateDocument (line 24) | type UserPrivateDocument = {