@revolist/revogrid / VNodeResponse
Type Alias: VNodeResponse
ts
type VNodeResponse: VNode | string | number | (VNode | string | number)[] | null | undefined;
HyperFunc
is a function that takes an HTML tag or component, and returns a JSX element. This function is used to create JSX elements in a context where JSX is not valid.