JSComponentRef.d.ts 182 B

12345
  1. // To be included in JSComponent scripts for common includes
  2. /// <reference path="./AtomicExtended.d.ts" />
  3. // Redeclare self as a JSComponent
  4. declare var self: Atomic.JSComponent;