Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rommguy committed Mar 2, 2024
1 parent 0dbc7b8 commit 1bdafe5
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 44 deletions.
3 changes: 2 additions & 1 deletion dist/src/example/demoComp.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
interface DemoCompProps {
demoType: "compare-with-native" | "crazy-designer" | "flex" | "dynamic-content" | "allow-outer-scroll";
descriptionSide: "left" | "right";
testId?: string;
}
export declare const DemoComp: ({ demoType, descriptionSide }: DemoCompProps) => import("react/jsx-runtime").JSX.Element;
export declare const DemoComp: ({ demoType, descriptionSide, testId, }: DemoCompProps) => import("react/jsx-runtime").JSX.Element;
export {};
1 change: 1 addition & 0 deletions exampleDist/assets/index-B1KVCYZb.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion exampleDist/assets/index-hIb3BM93.css

This file was deleted.

Loading

0 comments on commit 1bdafe5

Please sign in to comment.