1
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import * as React from 'react';
|
||||
import type { SkeletonNodeProps } from './Node';
|
||||
export interface SkeletonImageProps extends Omit<SkeletonNodeProps, 'children' | 'internalClassName'> {
|
||||
}
|
||||
declare const SkeletonImage: React.FC<SkeletonImageProps>;
|
||||
export default SkeletonImage;
|
||||
Reference in New Issue
Block a user