Skip to content

Commit

Permalink
type scrollXModule
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf committed May 8, 2024
1 parent 022fd06 commit 5a78e3b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
export const scrollXModule = {
import { PrivateXModuleOptions } from '../../../../x-components/src/plugins/x-plugin.types';
import { ScrollXModule } from '../../../../x-components/src/x-modules/scroll/x-module';

export const scrollXModule: PrivateXModuleOptions<ScrollXModule> = {
storeModule: {
state: {
pendingScrollTo: 'item-10'
Expand Down

0 comments on commit 5a78e3b

Please sign in to comment.