* Finished renaming and scope * wip * WIP update * Ok * Cleaned * Finished infinite scroll * Clean * Fixed V1 tables * Fix post merge * Removed ScrollWrapper * Put back ScrollWrapper * Put back in the right place
7 lines
159 B
TypeScript
7 lines
159 B
TypeScript
import { atomFamily } from 'recoil';
|
|
|
|
export const cursorFamilyState = atomFamily<string, string | undefined>({
|
|
key: 'cursorFamilyState',
|
|
default: '',
|
|
});
|