Type Alias SetContentFunction
SetContentFunction: () => | string
| Element
| (() => string | Element | null)
| null
Type Declaration
- (): string | Element | (() => string | Element | null) | null
Returns string | Element | (() => string | Element | null) | null