wix-style-react
Version:
wix-style-react
12 lines • 379 B
TypeScript
export default End;
declare class End extends React.Component<any, any, any> {
static propTypes: {
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
};
constructor(props: any);
constructor(props: any, context: any);
render(): React.JSX.Element;
}
import React from 'react';
import PropTypes from 'prop-types';
//# sourceMappingURL=End.d.ts.map