UNPKG

webcoreui

Version:

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

8 lines (6 loc) 179 B
import type { ModalProps } from '../Modal/modal' export type SheetProps<T extends object = object> = { position?: 'left' | 'top' | 'bottom' } & ModalProps<T>