UNPKG

@wix/design-system

Version:

@wix/design-system

15 lines 461 B
import { SkeletonRectangleProps } from './SkeletonRectangle.types'; export declare const requiredProps: SkeletonRectangleProps; export declare const testkitTests: { title: string; props: SkeletonRectangleProps; }[]; export declare const ssrTests: { title: string; props: SkeletonRectangleProps; }[]; export declare const a11yTests: { title: string; props: SkeletonRectangleProps; }[]; //# sourceMappingURL=SkeletonRectangle.meta.d.ts.map