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