Files
Shade/packages/shade-sdk/src/index.ts

7 lines
324 B
TypeScript
Raw Normal View History

export { createShade } from './create-shade.js';
export { Shade } from './shade.js';
export { resolveConfig, parseRotationInterval } from './config.js';
export { BackgroundTasks } from './background.js';
export type { ShadeConfig, ResolvedConfig } from './config.js';
export type { BackgroundHooks } from './background.js';