UNPKG

autumn-js

Version:

Autumn JS Library

13 lines (10 loc) 412 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { g as CheckFeaturePreview } from '../../cusTypes-COIU0NG3.mjs'; import 'zod'; interface CheckDialogProps { open: boolean; setOpen: (open: boolean) => void; preview: CheckFeaturePreview; } declare function CheckDialog(params?: CheckDialogProps): react_jsx_runtime.JSX.Element; export { type CheckDialogProps, CheckDialog as default };