UNPKG

@alice-ui/react

Version:
8 lines (5 loc) 278 B
import * as react from 'react'; interface ModalBodyProps extends React.HTMLAttributes<HTMLDivElement> { } declare const _ModalBody: react.ForwardRefExoticComponent<ModalBodyProps & react.RefAttributes<HTMLDivElement>>; export { _ModalBody as ModalBody, type ModalBodyProps };