We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d249be + 66882a0 commit 6c0357eCopy full SHA for 6c0357e
.gitignore
@@ -14,3 +14,6 @@
14
dist
15
node_modules
16
storybook-static
17
+
18
+# Intellij IDEs
19
+.idea
src/design-system/index.ts
@@ -64,3 +64,4 @@ export * from './auto-suggest-box';
64
export * from './table';
65
export { InfoBar } from './info-bar';
66
export * from './address-tags';
67
+export * from './backdrop';
0 commit comments