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