AdaptableUIProps

TypeScript
type AdaptableUIProps<T = any> = {
  components?: AdaptableUIPropsComponents<T>;
};