7 lines
246 B
TypeScript
7 lines
246 B
TypeScript
import * as React from 'react';
|
|
import type { IShimmerElementsGroupProps } from './ShimmerElementsGroup.types';
|
|
/**
|
|
* {@docCategory Shimmer}
|
|
*/
|
|
export declare const ShimmerElementsGroupBase: React.FunctionComponent<IShimmerElementsGroupProps>;
|