Skip to content

Commit

Permalink
Type
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Jan 13, 2025
1 parent 99c44b6 commit 16088cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/utils/grid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const isGridEvent = (e: Event & { target: HTMLElement }): boolean => {
// Svelte action to apply required class names and styles to our component
// wrappers
export const gridLayout = (node: HTMLDivElement, metadata: GridMetadata) => {
let selectComponent: any
let selectComponent: ((e: Event) => void) | null

// Applies the required listeners, CSS and classes to a component DOM node
const applyMetadata = (metadata: GridMetadata) => {
Expand Down

0 comments on commit 16088cc

Please sign in to comment.