Type Alias ElementExamplesDefiner<GlobalValuesType, ControlsInit>

ElementExamplesDefiner<GlobalValuesType, ControlsInit>: ((params: {
    defineExample: DefineExampleCallback<GlobalValuesType, ControlsInit>;
}) => void)

Used for defineExamples in a book page's init.

Type Parameters