UNPKG

@alice-ui/react

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