hashbrown

UiKit

UIKit instance for React rendering.

API

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