index.d.ts 154 B

123
  1. export * from "./lib/index.js";
  2. export type LightOptions = import('./lib/index.js').LightOptions;
  3. export type Options = import('./lib/index.js').Options;