Skip to content

LoadingButton

Cristian Sima edited this page Jan 30, 2019 · 1 revision
type LoadingButtonPropTypes = {
  isFetching: bool;
  hasProblems: bool;

  onLoadMoreClick: () => void;
};
Clone this wiki locally