3 lines
218 B
TypeScript
3 lines
218 B
TypeScript
import type { IShimmerElementsGroupStyleProps, IShimmerElementsGroupStyles } from './ShimmerElementsGroup.types';
|
|
export declare function getStyles(props: IShimmerElementsGroupStyleProps): IShimmerElementsGroupStyles;
|