UNPKG

piral-core

Version:

The core library for creating a Piral instance.

7 lines (6 loc) 229 B
import * as React from 'react'; import { LoadingIndicatorProps } from '../types'; /** * The default loading indicator only displaying "Loading". */ export declare const DefaultLoadingIndicator: React.FC<LoadingIndicatorProps>;