All Downloads are FREE. Search and download functionalities are using the official Maven repository.

core.datasource.ArrayField.Context.ts Maven / Gradle / Ivy

The newest version!
import { createContext } from 'react'

export type ContextType = {
    [key: `$index_${number}`]: number
    index?: number
}

export const DepthContext = createContext(-1)

export const ArrayFieldContext = createContext({})




© 2015 - 2024 Weber Informatics LLC | Privacy Policy