@pie-players/pie-tool-picture-dictionary 0.3.67 → 0.3.69

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/dist/index.d.ts CHANGED
@@ -1 +1,13 @@
1
- export {}
1
+ /**
2
+ * pie-tool-picture-dictionary - PIE Assessment Tool
3
+ *
4
+ * Importing this package registers `<pie-tool-picture-dictionary>`. The build entry is
5
+ * the component, so this file carries types only — a runtime export here would not
6
+ * exist in the built bundle.
7
+ *
8
+ * The lookup contract is public because a host supplies the resolver: the symbol corpus
9
+ * behind a picture dictionary is licensed, so PIE ships no endpoint. Set the `endpoint`
10
+ * attribute for the built-in POST shaping, or assign the element's `lookup` property to
11
+ * use a client of your own.
12
+ */
13
+ export type { PictureLookup, PictureLookupRequest, PictureLookupResult, PictureResult, } from './lookup.js';