1030ff43d8
@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
239 B
TypeScript
7 lines
239 B
TypeScript
import { createComponentState } from '@/ui/utilities/state/component-state/utils/createComponentState';
|
|
|
|
export const scrollTopComponentState = createComponentState<number>({
|
|
key: 'scroll/scrollTopComponentState',
|
|
defaultValue: 0,
|
|
});
|