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