MCPcopy Create free account
hub / github.com/Levofron/NotionLingo / StackComponent

Function StackComponent

client/presentation/atoms/stack/stack.component.tsx:6–9  ·  view source on GitHub ↗
(
  props,
  ref,
)

Source from the content-addressed store, hash-verified

4import { StackProps } from './stack.types';
5
6const StackComponent: ForwardRefRenderFunction<HTMLDivElement, StackProps> = (
7 props,
8 ref,
9): JSX.Element => <ChakraStack ref={ref} {...props} />;
10
11export const Stack = memo(forwardRef(StackComponent));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected