UNPKG

@surveycake/rc

Version:

react component of surveycake

7 lines (6 loc) 176 B
import React from 'react'; interface WrapperProps { children?: React.ReactNode; } declare function Wrapper(props: WrapperProps): JSX.Element; export default Wrapper;