9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
LoadOptions
interface LoadOptions {
  attributes: any;
  exports: any;
  name: string;
  page: Page;
  path: string;
}

Summary

Properties

attributes

exports