UNPKG

@trail-ui/react

Version:
8 lines (5 loc) 285 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, ModalFooterProps };