index.ts 86 B

1234567
  1. export {
  2. default
  3. } from "./core";
  4. export type {
  5. ConfigType
  6. } from "./types";