interface IWidgetWrapperProps { /** * Any extra css class names to add to the widget wrapper */ className?: string }
import {IWidgetWrapperProps} from 'uxp/components';
Last updated 1 year ago