UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

5 lines (4 loc) 182 B
import type { DialogAPI, DialogProps, DialogStates } from './dialog'; export type ModalProps = DialogProps; export type ModalStates = DialogStates; export type ModalAPI = DialogAPI;