interface ISnappingConfig {
    tolerance?: number;
    edge?: boolean;
    vertex?: boolean;
}
export default ISnappingConfig;
