mackenzii/libs/types/package.json
Lightling 75228e1a3a create a link embed
- proof of concept of a separate web components package
- link embed has icon/title/subtitle
- web components are registered just before app mounts, making them available in the markdown as well as the app
2024-05-15 01:32:33 -04:00

8 lines
173 B
JSON

{
"name": "@goldenwere/static-web-templates-types",
"private": true,
"version": "0.0.0",
"type": "module",
"types": "src/index.d.ts",
"main": "src/index.d.ts"
}