Props type alias for associated component.

type Props = {
    boundingRect?: any;
    components?: any;
    controls?: ControlsStore;
    enabled?: boolean;
    validate?: boolean;
}
Index

Properties

boundingRect?: any
components?: any
controls?: ControlsStore
enabled?: boolean
validate?: boolean