UNPKG

react-avatar-editor-v1

Version:

A React package that provides an easy-to-use avatar editor along with a customizable avatar display component.

8 lines (7 loc) 196 B
import React from 'react'; export default function SectionWrapper(props: { className?: string; children: JSX.Element; switchConfig: () => void; tip: string; }): React.JSX.Element;