DylanVann / ant-design-draggable-modal

The Modal from Ant Design, draggable.
https://ant-design-draggable-modal.netlify.com
MIT License
166 stars 54 forks source link

Fixed typings to allow children in Typescript #10

Closed chrisbchrist closed 4 years ago

chrisbchrist commented 5 years ago

Addresses the issue mentioned in #9 by just adding a TypeScript type of FunctionComponent for the DraggableModal component to ensure that it will accept child elements.