hashbrown

UiKitInput

Public UiKit input type for React.

API

export type UiKitInput<
  T extends  ExposedComponent <any>,
> =  CoreUiKitInput <T>;
UiKitInput
@typeT
ExposedComponent<any>