index.d.ts 620 B

1234567891011121314151617
  1. /// <reference types="./types/global" />
  2. /// <reference path="./dist/styled-jsx/types/global.d.ts" />
  3. /// <reference path="./amp.d.ts" />
  4. /// <reference path="./app.d.ts" />
  5. /// <reference path="./config.d.ts" />
  6. /// <reference path="./document.d.ts" />
  7. /// <reference path="./dynamic.d.ts" />
  8. /// <reference path="./error.d.ts" />
  9. /// <reference path="./head.d.ts" />
  10. /// <reference path="./image.d.ts" />
  11. /// <reference path="./link.d.ts" />
  12. /// <reference path="./router.d.ts" />
  13. /// <reference path="./script.d.ts" />
  14. /// <reference path="./server.d.ts" />
  15. export { default } from './types'
  16. export * from './types'