UNPKG

@astrauka/wix-code-typescript-wrapper

Version:

Allows to write typescript developing code with Wix Local Editor. Compiles and uploads javascript to Wix.

5 lines (4 loc) 155 B
// Define global page elements or the ones that don't have proper type resolutions declare type PageElementsMap = { '#CollectionDataset': $w.dataset; };