UIKit instance for React rendering.
API
export type UiKit<T extends ExposedComponent <any>> =
CoreUiKit <T> & {
render: (
value: UiWrapper ,
) => ReactElement [];
};UiKit
@typeTExposedComponent<any>UIKit instance for React rendering.
export type UiKit<T extends ExposedComponent <any>> =
CoreUiKit <T> & {
render: (
value: UiWrapper ,
) => ReactElement [];
};@typeTExposedComponent<any>