SYMBOL INDEX (83 symbols across 49 files) FILE: src/App.tsx function App (line 7) | function App() { FILE: src/components/animations/FadeIn.tsx type Props (line 4) | interface Props extends HTMLMotionProps<'div'> { function FadeIn (line 9) | function FadeIn({ children, delay = 0, duration = 0.5, animate, ...props... FILE: src/components/animations/FromDirection.tsx type Props (line 6) | interface Props extends HTMLMotionProps<'div'> { function FromDirection (line 21) | function FromDirection({ FILE: src/components/animations/Highlighter.tsx type Props (line 5) | interface Props extends SVGMotionProps { function Highlighter (line 10) | function Highlighter({ className, rad, delay = 0, ...props }: Props) { FILE: src/components/animations/Letter.tsx type Props (line 4) | interface Props extends HTMLMotionProps<'div'> { function Letter (line 10) | function Letter({ text, delay = 0, duration = 0.05, ...props }: Props) { FILE: src/components/animations/Reveal.tsx type Props (line 5) | interface Props extends HTMLMotionProps<'div'> { function Reveal (line 11) | function Reveal({ FILE: src/components/animations/StaggerChildren.tsx type Props (line 4) | interface Props extends HTMLMotionProps<'div'> { function StaggerChildren (line 9) | function StaggerChildren({ children, duration = 0.5, delay = 0, ...props... FILE: src/components/atoms/Avatar/index.tsx type Props (line 4) | interface Props { function Avatar (line 10) | function Avatar({ src, alt, className }: Props) { FILE: src/components/atoms/Container/index.tsx type Props (line 3) | interface Props { function Container (line 9) | function Container({ children, className, fluid }: Props) { FILE: src/components/atoms/ContentText/index.tsx type Props (line 4) | interface Props { function ContentText (line 9) | function ContentText({ children, className }: Props) { FILE: src/components/atoms/ContentTitle/index.tsx type Props (line 4) | interface Props { function ContentTitle (line 9) | function ContentTitle({ children, className }: Props) { FILE: src/components/atoms/FullRoundButton/index.tsx function FullRoundButton (line 8) | function FullRoundButton({ FILE: src/components/atoms/FullRoundButton/types.ts type FullRoundButtonProps (line 3) | interface FullRoundButtonProps { FILE: src/components/atoms/HeaderText/index.tsx type Props (line 4) | interface Props { function HeaderText (line 10) | function HeaderText({ children, className, tag = 'div' }: Props) { FILE: src/components/atoms/HighlightedText/index.tsx function HighlightedText (line 5) | function HighlightedText({ FILE: src/components/atoms/HighlightedText/types.tsx type HighlightedTextProps (line 3) | interface HighlightedTextProps { FILE: src/components/atoms/MenuItem/index.tsx type Props (line 5) | interface Props { function MenuItem (line 10) | function MenuItem({ children, active }: Props) { FILE: src/components/atoms/Overlay/index.tsx type Props (line 6) | interface Props { function Overlay (line 16) | function Overlay({ FILE: src/components/atoms/RoundedButton/index.tsx type Props (line 5) | interface Props { function RoundedButton (line 12) | function RoundedButton({ children, as = 'button', href = '', className }... FILE: src/components/atoms/TextBox/index.tsx function TextBox (line 5) | function TextBox({ placeholder, className, value, onChange }: TextBoxPro... FILE: src/components/atoms/TextBox/types.ts type TextBoxProps (line 1) | interface TextBoxProps { FILE: src/components/atoms/TextButton/index.tsx type Props (line 5) | interface Props { function TextButton (line 11) | function TextButton({ children, className, onClick }: Props) { FILE: src/components/atoms/TextSelectOption/index.tsx type Props (line 5) | interface Props { function TextSelectOption (line 12) | function TextSelectOption({ children, active, selected, onClick }: Props) { FILE: src/components/atoms/TitleLine/index.tsx function TitleLine (line 5) | function TitleLine({ className, ...props }: SVGMotionProps) { FILE: src/components/decorations/Bullets.tsx function Bullets (line 3) | function Bullets({ className }: { className?: string }) { FILE: src/components/decorations/Stripes.tsx function Stripes (line 3) | function Stripes({ className }: { className?: string }) { FILE: src/components/molecules/BlogPost/index.tsx function BlogPost (line 7) | function BlogPost({ data, className }: BlogsProps) { FILE: src/components/molecules/BlogPost/types.ts type BlogsProps (line 1) | interface BlogsProps { type BlogsPostProps (line 6) | interface BlogsPostProps { FILE: src/components/molecules/HighlightedTextIcon/index.tsx type Props (line 6) | interface Props extends HighlightedTextProps { function HighlightedTextIcon (line 10) | function HighlightedTextIcon({ icon, children, className, ...props }: Pr... FILE: src/components/molecules/MainMenu/index.tsx type Props (line 11) | interface Props { function MainMenu (line 16) | function MainMenu({ animationFinish, sections }: Props) { FILE: src/components/molecules/MenuButton/index.tsx type Props (line 6) | interface Props extends FullRoundButtonProps { function MenuButton (line 10) | function MenuButton({ isOpen = false, onClick, ...props }: Props) { FILE: src/components/molecules/ProjectCard/index.tsx function ProjectCard (line 8) | function ProjectCard({ data, className }: ProjectCardProps) { FILE: src/components/molecules/ProjectCard/types.ts type ProjectCardProps (line 1) | interface ProjectCardProps { type ProjectCardDataProps (line 6) | interface ProjectCardDataProps { FILE: src/components/molecules/SearchBox/index.tsx function SearchBox (line 7) | function SearchBox({ className }: TextBoxProps) { FILE: src/components/molecules/SectionTitle/index.tsx type Props (line 6) | interface Props { type SectionVariants (line 12) | enum SectionVariants { function SectionTitle (line 17) | function SectionTitle({ FILE: src/components/molecules/TextIconButton/index.tsx type Props (line 5) | interface Props { function TextIconButton (line 12) | function TextIconButton({ text, icon, className, onClick }: Props) { FILE: src/components/molecules/TextSelect/index.tsx function TextSelect (line 7) | function TextSelect({ options, state, className }: TextSelectProps) { FILE: src/components/molecules/TextSelect/types.tsx type TextSelectProps (line 1) | interface TextSelectProps { type TextSelectOptionProps (line 7) | interface TextSelectOptionProps { FILE: src/components/organisms/About/types.ts type AboutSectionProps (line 3) | interface AboutSectionProps { type AboutSectionContentProps (line 9) | interface AboutSectionContentProps { FILE: src/components/organisms/Blogs/types.ts type BlogsSectionProps (line 3) | interface BlogsSectionProps { type BlogsSectionContentProps (line 9) | interface BlogsSectionContentProps { FILE: src/components/organisms/Contact/types.ts type ContactSectionProps (line 1) | interface ContactSectionProps { type ContactSectionContentProps (line 6) | interface ContactSectionContentProps { FILE: src/components/organisms/Header/index.tsx function Header (line 9) | function Header({ data, text, lowerSectionRef }: HeaderProps) { FILE: src/components/organisms/Header/types.ts type HeaderProps (line 3) | interface HeaderProps { type HeaderDataProps (line 9) | interface HeaderDataProps { type HeaderTextProps (line 15) | interface HeaderTextProps { FILE: src/components/organisms/Navigation/index.tsx type Props (line 10) | interface Props { function Navigation (line 16) | function Navigation({ locale, sections, className }: Props) { FILE: src/components/organisms/Projects/types.ts type ProjectsSectionProps (line 3) | interface ProjectsSectionProps { type ProjectsSectionContentProps (line 9) | interface ProjectsSectionContentProps { FILE: src/components/organisms/Skills/types.ts type SkillsSectionProps (line 3) | interface SkillsSectionProps { type SkillsSectionContentProps (line 9) | interface SkillsSectionContentProps { FILE: src/components/templates/Landing/index.tsx type Props (line 13) | interface Props { function Landing (line 26) | function Landing({ data, locale, sections }: Props) { FILE: src/contexts/language.ts type LocaleProps (line 3) | interface LocaleProps { FILE: src/pages/Home/index.tsx function Home (line 24) | function Home() {