ILabelProps
Definition
interface ILabelProps {
labelFor?: string,
className?: string,
inline?: boolean,
styles?: React.CSSProperties,
spacingMode?: SpacingMode,
icon?: string;
children?: React.ReactNode
}Usage
import { ILabelProps } from 'uxp/components';Related Types
Last updated