UNPKG

@fulldevlabs/fullui

Version:

A component library built for Astro

8 lines (6 loc) 171 B
import type { AstroGlobal } from 'astro' export type Pluralmorphic<P extends AstroGlobal['props']> = | (P & { [key: number]: P | string }) | (P | string)[]