UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

8 lines (7 loc) 260 B
import React from 'react'; import { ResultProps } from './interface'; declare const ResultRef: React.ForwardRefExoticComponent<ResultProps & { children?: React.ReactNode; } & React.RefAttributes<unknown>>; export default ResultRef; export { ResultProps };