Type
This commit is contained in:
parent
c38d694727
commit
92a1b0b4ac
|
@ -83,7 +83,7 @@ export const isGridEvent = (e: Event & { target: HTMLElement }): boolean => {
|
||||||
// Svelte action to apply required class names and styles to our component
|
// Svelte action to apply required class names and styles to our component
|
||||||
// wrappers
|
// wrappers
|
||||||
export const gridLayout = (node: HTMLDivElement, metadata: GridMetadata) => {
|
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
|
// Applies the required listeners, CSS and classes to a component DOM node
|
||||||
const applyMetadata = (metadata: GridMetadata) => {
|
const applyMetadata = (metadata: GridMetadata) => {
|
||||||
|
|
Loading…
Reference in New Issue