type IUseUpdateWidgetProps = () => (id: string, props: any) => void
import {IUseUpdateWidgetProps} from 'uxp/components';
Last updated 12 months ago