UNPKG

@cainiaofe/cn-ui-m

Version:
6 lines (5 loc) 232 B
import * as React from 'react'; import { CnLoadingProps } from './types'; type IndicatorProps = Pick<CnLoadingProps, 'className' | 'inverse'>; export declare const Indicator: (props: IndicatorProps) => React.JSX.Element; export {};