export type LadleConfig = {
    stories?: string | string[];
    viteConfig?: string;
};
