wix-style-react
Version:
wix-style-react
15 lines • 383 B
TypeScript
import { SkeletonProps } from '.';
export declare const requiredProps: SkeletonProps;
export declare const testkitTests: {
title: string;
props: SkeletonProps;
}[];
export declare const ssrTests: {
title: string;
props: SkeletonProps;
}[];
export declare const a11yTests: {
title: string;
props: SkeletonProps;
}[];
//# sourceMappingURL=Skeleton.meta.d.ts.map