Interface ItemProps

Source
interface ItemProps {
    mass?: number;
    thingClass?: string;
}

Properties§

Source§

mass?: number

Source§

thingClass?: string