import type { GpStoryConfig } from "./types.js"; /** * Doesn't actually do anything except ensure config is propertly typed */ export const defineGpStories = (config: GpStoryConfig) => config; export * from "./types.js";