@lucasbordeau @charlesBochet Issue #4826 Could u review this changes. Let me know what do you think. --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
7 lines
241 B
TypeScript
7 lines
241 B
TypeScript
import { createComponentState } from '@/ui/utilities/state/component-state/utils/createComponentState';
|
|
|
|
export const scrollLeftComponentState = createComponentState<number>({
|
|
key: 'scroll/scrollLeftComponentState',
|
|
defaultValue: 0,
|
|
});
|