UNPKG

@up-group-ui/react-controls

Version:
4 lines (3 loc) 203 B
/// <reference types="react" /> import { UpPictureProps } from './types'; export default function UpPicture({ theme, name, width, height, labels, customStyles, onChange, }: UpPictureProps): JSX.Element;