ISampleDataLabelProps

interface ISampleDataLabelProps {
    show?: boolean;
    // info?: () => React.ReactElement;
}

Usage

import {ISampleDataLabelProps} from 'uxp/components';

Last updated