UNPKG

@sensinum/astro-strapi-blocks

Version:
7 lines (6 loc) 253 B
import { StrapiBlockTheme } from "./theme"; export type AstroComponent = any; export type AstroComponentProps = { comp: AstroComponent; } & Record<string, any>; export type StrapiBlockUserComponents = Record<keyof StrapiBlockTheme, AstroComponent>;