Skip to content

Commit 1bdafe5

Browse files
committed
fix tests
1 parent 0dbc7b8 commit 1bdafe5

File tree

8 files changed

+61
-44
lines changed

8 files changed

+61
-44
lines changed

dist/src/example/demoComp.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
interface DemoCompProps {
22
demoType: "compare-with-native" | "crazy-designer" | "flex" | "dynamic-content" | "allow-outer-scroll";
33
descriptionSide: "left" | "right";
4+
testId?: string;
45
}
5-
export declare const DemoComp: ({ demoType, descriptionSide }: DemoCompProps) => import("react/jsx-runtime").JSX.Element;
6+
export declare const DemoComp: ({ demoType, descriptionSide, testId, }: DemoCompProps) => import("react/jsx-runtime").JSX.Element;
67
export {};

exampleDist/assets/index-B1KVCYZb.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exampleDist/assets/index-hIb3BM93.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)