⚠️ Internal: This API is not publically exported by the package.

Type alias OnChildCallback<CustomLevels>

OnChildCallback<CustomLevels>: ((child) => void)

Type Parameters

  • CustomLevels extends string = never

Type declaration

    • (child): void
    • A synchronous callback that will run on each creation of a new child.

      Parameters

      Returns void