7 lines
206 B
TypeScript
7 lines
206 B
TypeScript
import * as React from 'react';
|
|
import type { IShimmerGapProps } from './ShimmerGap.types';
|
|
/**
|
|
* {@docCategory Shimmer}
|
|
*/
|
|
export declare const ShimmerGapBase: React.FunctionComponent<IShimmerGapProps>;
|