Type alias OnChildCallback<CustomLevels>

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

A synchronous callback that will run on each creation of a new child.

Type Parameters

  • CustomLevels extends string = never

Type declaration