Preview:```ts
//libs
import React, {
ComponentProps,
FunctionComponent,
useCallback,
useState,
} from 'react';
export const OverlaysProvider = <
OverlaysMap extends Record<string, FunctionComponent>,
OverlayKey extends keyof OverlaysMap,
({
overlaysMap,
children,
...```
You can choose specific lines to embed by selecting them before copying the link.