hashbrown

UiKit

UIKit instance for React rendering.

API

export type UiKit<T extends  ExposedComponent <any>> =
   CoreUiKit <T> & {
    render: (
      value:  UiWrapper ,
    ) =>  ReactElement [];
  };
UiKit
@typeT
ExposedComponent<any>