mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-06 22:23:53 -05:00
3 lines
142 B
TypeScript
3 lines
142 B
TypeScript
export type { ModalContentProps, ModalProps, ModalTriggerProps } from './Modal';
|
|
export { Modal, ModalContent, ModalTrigger } from './Modal';
|