UNPKG

@jay-js/ui

Version:

A library of UI components for Jay JS with Tailwind CSS and daisyUI.

5 lines (4 loc) 212 B
import type { TBase, TBaseTagMap } from "@jay-js/elements"; export type TModal<T extends TBaseTagMap> = { position?: "modal-top" | "modal-bottom" | "modal-middle" | "modal-start" | "modal-end"; } & TBase<T>;