UNPKG

sb-mig

Version:

CLI to rule the world. (and handle stuff related to Storyblok CMS)

3 lines (2 loc) 194 B
import type { RequestBaseConfig } from "../utils/request.js"; export declare const getComponentPresets: (componentName: string | undefined, config: RequestBaseConfig) => Promise<false | any[]>;