UNPKG

230 BTypeScriptView Raw
1import React from 'react';
2interface IEffectsProps extends React.PropsWithChildren<any> {
3}
4export default function Effects(props: IEffectsProps): React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
5export {};