FunctionHomeSection({
containerClassName,
maxWidth = "1150px",
reversed = false,
flipped = false,
children,
}: HomeSect
app/components/Home/HomeSection.tsx:9
FunctionResizable({
children,
isHorizontal = true,
initialSize,
minimumSize,
maximumSize,
}: ResizableProps)
app/components/Resizable.tsx:11
FunctionSearchResultValue({
isHighlighted,
stringValue,
matches,
className,
textSize,
}: {
isHighlighted: boolean;
string
app/components/SearchPalette.tsx:380