UNPKG

@try-at-software/input-elements

Version:

A package providing different input elements that are extensible and easily configurable for your custom needs.

8 lines (7 loc) 253 B
import * as React from 'react'; export interface ILoadingInputElementConfiguration { /** * This function can be used to customize the default loading UI of any loading input element. */ loadingComponent?: React.ComponentType; }