UNPKG

webcoreui

Version:

UI component and template library for Astro, Svelte, and React apps styled with Sass.

4 lines (3 loc) 116 B
export type ConditionalWrapperProps<T extends object = Record<string, unknown>> = { condition: boolean } & T