UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

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