IWidgetWrapperProps

interface IWidgetWrapperProps {
    /**
     * Any extra css class names to add to the widget wrapper
     */
    className?: string
}

Usage

import {IWidgetWrapperProps} from 'uxp/components';

Last updated