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