@wix/design-system
Version:
@wix/design-system
15 lines • 365 B
TypeScript
import { RangeProps } from '.';
export declare const requiredProps: RangeProps;
export declare const testkitTests: {
title: string;
props: RangeProps;
}[];
export declare const ssrTests: {
title: string;
props: RangeProps;
}[];
export declare const a11yTests: {
title: string;
props: RangeProps;
}[];
//# sourceMappingURL=Range.meta.d.ts.map