index.d.ts 273 B

12345678
  1. import React, { FC } from "react";
  2. import { SpinProps } from "antd";
  3. export interface DageLoadingProps extends SpinProps {
  4. style?: React.CSSProperties;
  5. className?: string;
  6. }
  7. export declare const DageLoading: FC<DageLoadingProps>;
  8. //# sourceMappingURL=index.d.ts.map