@allthings/structured-ticket-form 4.0.2 → 5.0.0-dev1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -19,7 +19,7 @@ Simple component to create and edit jsonSchemaForm with possibility to adding tr
19
19
  - TypeScript
20
20
  - JsonSchemaForm
21
21
  - React
22
- - snowpack
22
+ - parcel
23
23
 
24
24
  ## Setup
25
25
 
package/lib/App.d.ts ADDED
@@ -0,0 +1 @@
1
+ export declare const App: () => import("@emotion/react/jsx-runtime").JSX.Element;